Tess4Android
Tess4Android copied to clipboard
compile failed,
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.zto.base-mXdDzHMte2M5OR2IE0mRAw==/base.apk"],nativeLibraryDirectories=[/data/app/com.zto.base-mXdDzHMte2M5OR2IE0mRAw==/lib/arm, /data/app/com.zto.base-mXdDzHMte2M5OR2IE0mRAw==/base.apk!/lib/armeabi-v7a, /system/lib, /product/lib]]] couldn't find "libjpgt.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1012)
at java.lang.System.loadLibrary(System.java:1672)
at com.googlecode.tesseract.android.TessBaseAPI.
I use the implemention like this: implementation 'com.zsmarter:Tess4Android:1.0.1' implementation 'com.googlecode:tess-two-api:1.0.1' above that is occur this kind of error: couldn't find "libjpgt.so" so could you fix this problem?