Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on a android project that uses tesseract OCR engines..I have been searching on internet from past few days about any support for tesseract for android platform..But I didnt get any help...Please help me about how I do use tesseract for android platform...or how do I install it on android..

any kind of help is highly appriciated... please help thanks in advance

share|improve this question

closed as not a real question by casperOne Jul 12 '12 at 12:21

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 4 down vote accepted

Theses guys have managed to interface Android with Tesseract using the Android NDK. Here's a write up on it:

http://www.itwizard.ro/interfacing-cc-libraries-via-jni-example-tesseract-163.html

share|improve this answer

Reviving a 3 year old question here :)

Take a look at the tess-two library on Github, its a fork of android tesseract tools and is very easy to use

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.