-
How to build Tesseract OCR library for Android Studio?
Star On GitHub If you ever tried to create an OCR app for Android you must have stumbled upon the OCR library by Google Tesseract. And then the problems began. To use the library in your project you first need to build it. But building the library to be compatible with gradle, which is the new…