I've written an Android app (video: http://www.youtube.com/watch?v=FOSgiPjGwx4) that makes use of Tesseract using the tesseract-android-tools API, which implements Tesseract functions using JNI and the Android NDK. I'd like to expand this app by implementing the GetRegions() and GetWords() functions in Tesseract's baseapi.cpp using JNI.
I've tried to code the JNI myself, but I haven't been able to get it to work so far. Does anyone know of any existing projects that implement these functions using JNI that I could look to for guidance? Robert -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" 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/tesseract-ocr?hl=en

