JNI code is in: http://code.google.com/p/tesseract-android-tools/source/browse/#svn%2Ftrunk%2Ftesseract-android-tools%2Fjni%2Fcom_googlecode_tesseract_android
The instructions are at http://code.google.com/p/tesseract-android-tools/source/browse/trunk/tesseract-android-tools/README, and they assume you've already installed the Android NDK. It doesn't work on Android 1.6 though--it requires Android 2.2 or above. Yes--I agree that running on the device itself is a lot more interesting. Robert On Aug 4, 2:05 am, Massimiliano Balsamo <[email protected]> wrote: > Hi Robert > very cool, is the JNI interface and instruction for porting available > ? I'm conducting a similar project for my thesis, hower I got stuck in > porting tesseract 3.0 on Android 1.6 and I had to workaround with > server side implementation that is not the best solution. > Thanks > Massey > > > > > > > > On Thu, Aug 4, 2011 at 9:04 AM, Robert T <[email protected]> wrote: > > 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 -- 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

