I\'m trying to build a sample application in java that will read an image file and just output the text extracted from the image. I found the Tesseract project which seems p
just tried https://github.com/piersy/BasicTesseractExample
looks like it works, using just one dependency to this:
org.bytedeco.javacpp-presets tesseract 3.03-rc1-0.11
which is here: https://github.com/bytedeco/javacpp-presets/tree/master/tesseract
cheers corrado