You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Successful build of library ( followed the readme ) and the so files
generated
2. copy tessdata folder that contains languages to /mnt/sdcrad/ on my galaxy s
3. call theses functions
TessBaseAPI api = new TessBaseAPI();
api.init("/mnt/sdcard/tessdata", "eng");
What is the expected output? What do you see instead?
I expected the program to continue execting.
I get these messages in ddms :
06-07 01:19:25.335: INFO/Tesseract(native)(32592): Attempting Init() with
dir=/mnt/sdcard/tessdata, lang=eng
06-07 01:19:25.358: INFO/DEBUG(31742): tid 32591 does not exist in pid 32584.
ignoring debug request
06-07 01:19:25.370: INFO/ActivityManager(311): Process yostane.android.ocr (pid
32592) has died.
and the application is killed.
What version of the product are you using? On what operating system?
tessreact-for-andriod-1.00
used ubuntu64 11.04 to build so files
source versions as in readme file
java application compiled using eclipse on vista 64
Please provide any additional information below.
I didn't specify any permission for the application
Original issue reported on code.google.com by [email protected] on 6 Jun 2011 at 11:28
you may miss trainneddata file. please fix path of the file location in class
com.googlecode.tesseract.android.test.TessBaseAPITest.TESSBASE_PATH. you could
check the detail error on junit logger
Original issue reported on code.google.com by
[email protected]
on 6 Jun 2011 at 11:28The text was updated successfully, but these errors were encountered: