A simple and small spring-boot example that extracts text from image using Tesseract OCR
.
Basically this is the whole OCR:
<dependency>
<groupId>org.bytedeco.javacpp-presets</groupId>
<artifactId>tesseract</artifactId>
<version>3.03-rc1-0.11</version>
</dependency>
and in resources u can find a tessdata
folder with trained data.