-
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
Recognition on x32 #1838
Comments
Support for x32 might indeed be interesting, because it should be significantly faster than 32 bit code and could even be slightly faster than 64 bit code because of better cache usage. I expect that it will require some work on the Tesseract code base to fix all portability issues. See https://en.wikipedia.org/wiki/X32_ABI and https://wiki.debian.org/X32Port for a few first hints. |
@qb1t0, is the recognition on other installations better? Could you provide an example for the bad text recognition (image, command line, results)? |
With the test image from tesseract-ocr/tessdata#108, I always get the same results for x32 and for x86_64
|
@zdenop Please label as |
I think it can be closed, as x32 and x86_64 deliver the same results according to my tests. |
Environment
Current Behavior:
Bad text recognition on x32-bit server ;C
Expected Behavior:
Good recognition.
Suggested Fix:
Additional building flags ?
The text was updated successfully, but these errors were encountered: