Overview of Tesseract OCR capabilities
masterTesseract is an OCR (Optical Character Recognition) engine that provides both a library (libtesseract) and a command-line program (tesseract).
Key features include:
- Neural Net Engine: Tesseract 4+ uses an LSTM-based engine focused on line recognition.
- Legacy Support: Supports the Tesseract 3 engine (character pattern recognition) via the
--oem 0mode. - Language Support: Supports Unicode (UTF-8) and over 100 languages out of the box.
- Image Formats: Supports various formats including PNG, JPEG, and TIFF.
- Output Formats: Can output to plain text, hOCR (HTML), PDF, invisible-text-only PDF, TSV, ALTO, and PAGE.
Note: To achieve better results, you may need to improve the quality of the input image before processing.