-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recognizes more characters than present #1362
Comments
@zdenop Label with 4.0x |
With current code, correct output with
|
Latest Tesseract and release 4.1.1 recognize |
I have just created pull request #4211 which I consider to be an improved solution for diplopia. I encourage everyone on this trail to try this out and test it with as broad a range of cases as possible. Note by the way, there are some new configuration values that can only be set in code as things stand. These configuration values are: bool kRemoveDiplopia - if true, enables diplopia removal functionality. If false, my changes have no effect Obviously if my diplopia change is of value, then these configuration items should be made into settings. |
Current Behavior:
With psm=7 (single text line):
For the thresholded image below recognizes "2427. 50" instead of "24. 50", for the original image recognizes "242. 50".
For psm=1 or 3 it complains about "empty page" for both images.
The text was updated successfully, but these errors were encountered: