So I finally managed to get the Android Tesseract Tools to compile. Everything works as expected, except I wouldn't mind some sort of progress call back. I looked in the wrapper class and the native wrapping cpp code, but there was nothing that dealt with progress.
Is there an easy way to poll Tesseract for some sort of progress? I peaked at the Tesseract source code, but as a person who nativly speaks Java, it scares me.
Considering how variable Tesseract is in terms of progress time, it seems bad to give the user a spinner and call it a day. If it were me and it took over 30 seconds with no feedback, I'd retry or give up.