BasicTesseractExample icon indicating copy to clipboard operation
BasicTesseractExample copied to clipboard

Shows the simplest way I have found to use tesseract from java

Results 3 BasicTesseractExample issues
Sort by recently updated
recently updated
newest added

This sample project looks like a perfect candidate for the collection I'm trying to build at https://github.com/bytedeco/sample-projects. Please consider sending a pull request. Thank you!

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

You have added a "digits" configuration file. I feel like you should either show how to initialize tesseract with it, or remove the configuration file