Pregunta

I am using Tess4J to use Tesseract programmatically, which works great for recognition tasks.

Now I want to add some features that help with generating traineddata files from texts like described in this wiki article, but from Java/Tess4J. It won't matter if I have to use the "NEW Automated method" or the "Old Manual method". Both will be fine.

Does Tess4J support this or is there another binding for Java that is capable of training Tesseract?

¿Fue útil?

Solución

The training is provided by other executables besides Tesseract, and they are not exposed as API or libraries. For Java-based Tesseract training, you may want to check out jTessBoxEditor project.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top