jacklicn / tesseract-ocr

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

OCRtest #571

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 1.I have downloaded source code of OCR Android, and followed whatever steps you mentioned for building tesseract-android library

 2.I was successfully able to build the tess-two android library and able to add to capture activity(android) application. But while running the application in Eclipse.

3.I am unable to run the application due to some exception 
java.lang.ExceptionInInitializerError ,unable to initialize initOcrEngine in 
CaptureActivity.
4.unsatisfiedLinkError:Library Lept not found.

But when I had run ndk-build command to compile c,c++ files it created only 
libjpeg.so in  (libs/armeabi )directory, there is no lept or tess library 
created.

But in your code you have used system.loadLibrary(”tess”) and 
system.loadLibrary(“lept”),is that works or I have to load libjpeg.so 
library where ever you used tess and lept load library. 
Please guide me in  right direction as I have need of using ocrtest .please 
tell me who is the right person to contact if any issues.

Please find the attachement above regarding errors and please guide through 
solution.

Thanking you

What is the expected output? What do you see instead?
initocrengine initialization error.ocrTest running

What version of the product are you using? On what operating system?
windows

Please provide any additional information below.
please contact me on my mobile if any solution 
Regards,
Vinay Kumar Mundrathi
Mobility Team
HCL Technologies | Hyderabad
Mob: +91-9963551890

Original issue reported on code.google.com by mundrath...@gmail.com on 3 Nov 2011 at 7:58

Attachments:

GoogleCodeExporter commented 9 years ago
Are you sure you post issue to correct project?

This project do not provide "OCR Android" neither "whatever steps you mentioned 
for building tesseract-android library". 

Original comment by zde...@gmail.com on 3 Nov 2011 at 3:05

GoogleCodeExporter commented 9 years ago
Hi, did you solve the "unsatisfiedLinkError:Library Lept not found" issue ? 
Thanks

Original comment by marco.d....@gmail.com on 21 Apr 2012 at 7:01