Hello,

I built the current Tess-Two project according to RMTheis' tutorial:

http://gaut.am/making-an-ocr-android-app-using-tesseract/

I ran it on the attached shuffledDigitsTooLong.jpg file (after writing a 
simple jpg file reader for it):

I then compared its output to the output from tesseract.exe in 
the Tesseract-ocr-3.01-win32-portable zip

The Theis version crashes on that file.  The portable build identifies 
every digit of that jpg successfully.  I've wasted a lot of time trying to 
debug the Theis code already, using ndk-build as it does, trying to figure 
out why, but without success.  I can't even figure out how to set a viable 
breakpoint in the Tess-Two library c++ code within Eclipse.

Can anyone offer a suggestion as to how to figure out why one works and the 
other does not?

They both work on the attached file shuffledDigits.jpg, although 
(curiously) from Theis, the 2 is mis-recognized as a Z.  From the portable 
build, the 5 is mis-recognized as an S and the 2 as a Z.  Like I said, the 
portable build identifies shuffledDigitsTooLong.jpg perfectly (also 
curiously).

Thanks, Ted

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

<<attachment: shuffledDigitsTooLong.jpg>>

<<attachment: shuffledDigits.jpg>>

Reply via email to