What steps will reproduce the problem?
1. Try to recognize the attached image with Cube mode. Whitelist is
'0123456789'. The result is wrong. It's 1234669890 (6 instead of 5, 9 instead
of 7).
2. Try to recognize the same image with Combined mode. There is a crach with
the following error:
init_cube_objects(true, &tessdata_manager):Error:Assert failed:in file
tessedit.cpp, line 203
[1] 5562 abort tesseract image_sample.jpg stdout -l rus rus-test
It seems that it happens with eng locale as well as with the rus loc.
What is the expected output? What do you see instead?
In both cases the output should be 1234567890.
What version of the product are you using? On what operating system?
I've tried tesseract 3.03 both on mac and iOS.
Please provide any additional information below.
There is a related thread in the Tesseract-OCR-iOS wrapper, where the issue was
originally found: https://github.com/gali8/Tesseract-OCR-iOS/issues/140. You
may ask for any additional info there.
Original issue reported on code.google.com by kvmakan...@gmail.com on 28 Jun 2015 at 6:37
Original issue reported on code.google.com by
kvmakan...@gmail.com
on 28 Jun 2015 at 6:37Attachments: