nguyenq / tess4j

Java JNA wrapper for Tesseract OCR API
Apache License 2.0
1.59k stars 372 forks source link

Can this lib be used in android? #189

Closed softboy99 closed 3 years ago

softboy99 commented 4 years ago

Can this lib be used in android?

nguyenq commented 4 years ago

At one time, JNA did not support Android, but looks like it does now.

https://github.com/java-native-access/jna/tree/master/lib/native

That said, it seems that BufferedImage class, which is used by Tess4J, was not supported on Android platform.

https://stackoverflow.com/questions/13198909/ocr-for-android-application-tess4j https://stackoverflow.com/questions/33210065/how-can-i-import-java-awt-image-bufferedimage-in-android-studio

That was then. We do not know if anything has changed since.

You can use Tess-Two for Android.