Can `tesseract-ocr` put the result to STDOUT?

前端 未结 2 776
太阳男子
太阳男子 2021-02-18 14:14

Using tesseract-ocr #3.02.02.

The basic usage of tesseract is

tesseract sourc.png result

and result.txt is ge

相关标签:
2条回答
  • 2021-02-18 14:37

    You should upgrade to v3.03 where support for stdout was added.

    0 讨论(0)
  • 2021-02-18 14:48

    The solution is:

    tesseract input.jpg stdout
    

    But you need at least version 3.03

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