image processing to improve tesseract OCR accuracy

前端 未结 13 1848
鱼传尺愫
鱼传尺愫 2020-11-22 14:41

I\'ve been using tesseract to convert documents into text. The quality of the documents ranges wildly, and I\'m looking for tips on what sort of image processing might impr

13条回答
  •  渐次进展
    2020-11-22 15:30

    This is somewhat ago but it still might be useful.

    My experience shows that resizing the image in-memory before passing it to tesseract sometimes helps.

    Try different modes of interpolation. The post https://stackoverflow.com/a/4756906/146003 helped me a lot.

提交回复
热议问题