Search code examples
ocrtesseractpython-tesseract

Train tesseract 3.04


I would like to train tesseract v3.04.

I currently have generated box files from some images, and I am not sure where to go next.

The images are "png" format.

This is to be used with pytesseract


Solution

  • Try using jTessBoxEditor.

    jTessBoxEditor is a box editor and trainer for Tesseract OCR (Both 2.0x and 3.0x formats) and provides full automation of Tesseract training.

    Hope this helps!