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
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.4But 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