> i am working on a android project that uses tesseract OCR engines..i > hv been searching on internet from past few days about any support for > tesseract for android platform..but i didnt get any help...Plz 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...
Tesseract is not Java code. However, its C/C++ code appears to have been ported to ARM, and it runs on various embedded systems so it cannot be too big or too CPU-intensive. You will want to look at the NDK and determine how to create a wrapper for it to allow you to call into Tesseract code from your Java-based Android project: http://developer.android.com/sdk/ndk/1.5_r1/index.html -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

