-
Notifications
You must be signed in to change notification settings - Fork 1.4k
base.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]] couldn't find "libjpgt.so" #225
Comments
Hi, Do we need to make changes as mentioned in commit #124 to libjpeg ? libpng has added support for "arm64-v8a" and not libjpeg, because we searched "ARM_NEON" in repository and only found in (https://github.com/rmtheis/tess-two/search?utf8=%E2%9C%93&q=__ARM_NEON__&type=) in below files. tess-two/jni/libpng/pngpriv.h Thanks. |
Hi, Sorry for closing without providing details. We resolved the issue by using below version of tess-two. We also added below code before calling the api as below.
We will not close this issue since it is still persists in 8.0.0 Thanks. |
Thanks for contributing this. I wasn't able to reproduce this issue when running the unit tests on 64-bit emulator. Do the unit tests pass for you? |
I tried reproducing this on a 64-bit device and a 64-bit emulator. I wasn't able to reproduce the issue. Please reopen if you're able to provide more info. |
I have the same problem with 8.0.0 |
Possibly related to #150. |
@rmtheis With 7.0.0 I get the following libs: What should I do to get the missing libs on 8.0.0? |
@NFear That's working as intended. Use 7.0.0 or follow the instructions in |
I am getting the same problem with version 8.0.0, How could I use version 8.0.0 on 64-bit devices? |
Summary:
I am using 'com.rmtheis:tess-two:8.0.0' and compiled for below architectures
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
}
it works for "armeabi-v7a" only.
Steps to reproduce the issue:
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
}
TessBaseAPI baseApi = new TessBaseAPI();
Expected result:
it should execute the TessBaseAPI without any issues.
Actual result:
Tess-two version:
com.rmtheis:tess-two:8.0.0
Android version:
android 7.1.1
Phone/device model:
one plus 3t, vivo 5.
Phone/device architecture (armeabi, armeabi-v7a, x86, mips, arm64-v8a, x86_64, mips64):
arm64-v8a
Link to training data used:
not required.
Link to image used as input:
not required.
The text was updated successfully, but these errors were encountered: