Вопрос

I am using Tesseract OCR for getting an exclusively numeric string in a PDF file. The PDF contains : 66600O3377.pdf but Tesseract recognizes : 66600Q3377.pdf

The input is a TIFF file, the quality is good enough (see the screenshot).

Is there a way to improve the Tesseract accuracy ? I could always change Q for a 0 but I'm afraid of further unexpected mistakes.

enter image description here

Это было полезно?

Решение

This is in Tesseract FAQ:

Run a tesseract command like this to only permit digits in input image:

tesseract imagename outputbase digits
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top