How do I resolve a TesseractNotFoundError?

前端 未结 22 2162
情话喂你
情话喂你 2020-11-28 05:14

I am trying to use pytesseract in Python but I always end up with the following error:

    raise TesseractNotFoundError()
pytesseract.pytesseract.TesseractNo         


        
22条回答
  •  悲&欢浪女
    2020-11-28 05:58

    There Are few steps to set the path

    1:goto this "https://github.com/UB-Mannheim/tesseract/wiki"

    2:download the latest installers

    3:install it

    4: set the path in system variables such as "C:\Program Files\Tesseract-OCR" or "C:\ProgramFiles (x86)\Tesseract-OCR"

    5 : open CMD type "tesseract" and some output except "not regonized type errors"

提交回复
热议问题