mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Fix order of arguments for tprintf
Format string and arguments did not match. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
91046ac76b
commit
f9051083d9
@ -418,7 +418,7 @@ ColumnFinder* Tesseract::SetupPageSegAndDetectOrientation(
|
||||
} else {
|
||||
tprintf("OSD: Weak margin (%.2f) for %d blob text block, "
|
||||
"but using orientation anyway: %d\n",
|
||||
osd_blobs.length(), osd_margin, osd_orientation);
|
||||
osd_margin, osd_blobs.length(), osd_orientation);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user