Text blocks positions and sizes detection in command line mode in tesseract

后端 未结 1 763
没有蜡笔的小新
没有蜡笔的小新 2020-12-16 07:41

tesseract OCR have a command line interface, which allow us to recognize text from images with some parameters.

Input argumetns are imagename (path

相关标签:
1条回答
  • 2020-12-16 08:06

    Tesseract 3.0x supports a "hocr" command option, which produces a HTML-format output file consisting of recognized words and their coordinates. It does not have size/font info, though.

    0 讨论(0)
提交回复
热议问题