Hi everyone. I have to use tesseract-ocr for character recognization in an 
Android app. I did configuration with tutorials about using tesseract but I 
get these errors :

at 
com.googlecode.tesseract.android.TessBaseAPI.<clinit>(TessBaseAPI.java:44)
at 
com.example.samsung.bitirme_deneme3.MainActivity$1.onClick(MainActivity.java:552)
 

line 552:  TessBaseAPI tess = new TessBaseAPI(); 
line 44 on TessBaseAPI.java: System.loadLibrary("lept");

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/00471fc1-0811-40e9-8368-ea2edcd0f715%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to