-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b46af6d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @zdenop
For historical reasons, the default psm in libtesseract is PSM_SINGLE_BLOCK.
The default psm when using the 'tesseract' command is PSM_AUTO.
tesseract/api/tesseractmain.cpp
Line 181 in b1c1382
tesseract/api/tesseractmain.cpp
Line 354 in b1c1382
tesseract/ccmain/tesseractclass.cpp
Line 71 in b1c1382
b46af6d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups - I was misleaded by tesseract (executable)... Thanks for check.