首頁  >  問答  >  主體

python2.7 - python识别验证码Tesseract OCR奔溃

使用的12306验证码识别库 已经下载chi_sim.traineddata
环境win7,python2.7

$ python fuck12306.py
OCR Question:
Traceback (most recent call last):
  File "fuck12306.py", line 151, in <module>
    print 'OCR Question:', ocr_question_extract(im)
  File "fuck12306.py", line 112, in ocr_question_extract
    return pytesseract.image_to_string(im, lang='chi_sim').strip()
  File "d:\python27\lib\site-packages\pytesseract\pytesseract.py", line 164, in
image_to_string
    raise TesseractError(status, errors)
pytesseract.pytesseract.TesseractError: (255, '')

巴扎黑巴扎黑2741 天前1231

全部回覆(1)我來回復

  • PHP中文网

    PHP中文网2017-04-18 10:11:40

    你下的什麼版本的Tesseract OCR,版本和data對應不上就會這樣的

    回覆
    0
  • 取消回覆