views:

1176

answers:

1

Hello..

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

+1  A: 

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

Niall O'Connor