sbmbeng / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Cube and combined modes doesn't work in 3.03 #1492

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
duplicate issue with https://github.com/tesseract-ocr/tesseract/issues/40

Original comment by zde...@gmail.com on 29 Jun 2015 at 11:27