BasicTesseractExample icon indicating copy to clipboard operation
BasicTesseractExample copied to clipboard

Missing library

Open ghost opened this issue 6 years ago • 1 comments

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:

org.bytedeco.javacpp-presets tesseract 4.0.0-1.4.4

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

ghost avatar Mar 11 '19 13:03 ghost

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)

gulendambuketgunduz avatar Jul 03 '19 13:07 gulendambuketgunduz