Home  >  Q&A  >  body text

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 days ago1232

reply all(1)I'll reply

  • PHP中文网

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

    What version of Tesseract OCR did you download? This will happen if the version and data do not match each other

    reply
    0
  • Cancelreply