[未解决]报错: pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your path

报错代码

try:
    from PIL import Image
except ImportError:
    import image
import pytesseract

print(pytesseract.image_to_string(Image.open("images/words.png")))

报错内容

pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your path
posted @ 2020-03-29 17:01  hank-li  阅读(534)  评论(0编辑  收藏  举报