-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 10.15 - Java 14: Tess4J: JNA load library libtesseract.dylib fails #350
Comments
I hit the same error with Java11 too. The first answer here helped me solve the problem: Not sure what cause the issue, it might be the update, it might be tess4j. |
It is a Tess4J problem using the JNA java library to load the native tesseract library. In SikuliX 2.0.5 this will be fixed by setting/adding Commit: 49f1bf3 |
When we can expect 2.0.5 to be available for download since this problem for MAC is annoying |
Sorry for the delay. Other very private priorities currently. You have to wait until later in February. |
On OS X, I'm running 2.0.5 and have libtesseract installed via brew and symlinked in /usr/local/lib, but am still getting the following error:
Any suggestions? |
I have macOS 12.4 (on Intel) with Tesseract 4.1.1 (installed using homebrew). |
com.sun.jna.NativeLibrary.loadLibrary("tesseract", ...)
gives:
java.lang.UnsatisfiedLinkError: dlopen(libtesseract.dylib, 9): image not found
works up to Java 13
The text was updated successfully, but these errors were encountered: