Android Tesseract OCR on Android Studio

I've been trying for a while to enable teseract in my android app in Android Studio (using this tutorial). As it didn't work after many tries (allheaders.h missing) I contacted the creators (Gautam Gupta blog and OCR Robert Theis) they told me to try it on eclipse. Since I am not very good at Eclipse (with various problems), I am wondering if anyone has used Android Studio to generate OCR with tess-two. If possible, can you write a short instruction?

I am running Mac OS X if that helps. Eclipse can't compile its Hello World Android app (already looked for solutions but didn't work for me), the tess-two library does not cause problems. I'll try to update Eclipse, but I still prefer Android Studio (I've built a few projects there already).

+2


source to share


1 answer


I guess I found a good answer myself : tesseract in Android Studio



+6


source







All Articles