Python OCR Module in Linux?

后端 未结 5 1204
暗喜
暗喜 2020-12-24 00:04

I want to find a easy-to-use OCR python module in linux, I have found pytesser http://code.google.com/p/pytesser/, but it contains a .exe executable file.

I tried ch

5条回答
  •  执笔经年
    2020-12-24 00:32

    You have a bunch of options here.

    One way, as others pointed out is to use tesseract. Looks like there are a bunch of wrappers by now, so best way is to do a quick pypi search for it. The most used ones these days are:

    • pytesseract
    • pytesser
    • tesserwrap
    • pyocr

    Another useful site for finding similar engines is alternative.to. A few linux based systems according to them are:

    • ABBYY
    • Tesseract
    • CuneiForm
    • Ocropus
    • GOCR

提交回复
热议问题