I'm trying to use Tesseract as a 3rd party OCR (tried Asprise beforehand as well), but the internal usage of the main function "doOCR" as it seems depends on BufferedImage object, which from what I can understand is not supported in Android Studio.
Asprise as well needed that object and ImageIO, which is also not supported.
Does anybody know how Tesseract/Asprise can be used in Android Studio, and if it's even possible ? If not, are you familiar with any other OCRs that work in Android Studio ?
Thank you