BasicTesseractExample
BasicTesseractExample copied to clipboard
Missing library
I cloned your project and tried to run it, but got the error:
"java.lang.UnsatisfiedLinkError: no jnilept in java.library.path"
I tried different versions of the maven dependency, like:
But the error persists even though the code compiles.
Tried this in both Intelij and Eclipse.
So, what's the trick to make this great example work?
I seem to be missing something.
Thanks
Hello, I changed org.bytedeco.javacpp-presets version to 3.04.01-1.2, it works for me. Maybe it's about OS. Because my colleague can execute the project in Windows without changing dependencies. (I use macOS)