You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
put libopencv_java3.so 32 bit (instead of 64) files to armeabi, armeabi-v7a, x86 folders (if you added them to your jniLibs manually, mb you added 64 bit .so files there)
This sounds to me like you need to use either the 32-bit version of both tess-two and OpenCV, or instead use the 64-bit version of both tess-two and OpenCV.
For this project, you can build versions for all ABIs using the instructions in BUILDING.md and setting the appropriate values for APP_ABI in Application.mk.
Summary:
I cannot load tessaract when the app is starting.
I get "UnsatisfiedLinkError, libopencv_java3.so is 64-bit instead of 32-bit".
In contrast, when I remove tesseract from the project, I can load the app with opencv and use the functionality of opencv.
Can you please tell me how to load your project in the 64 bit version? Thanks
The text was updated successfully, but these errors were encountered: