Pytesseract : “TesseractNotFound Error: tesseract is not installed or it's not in your path”, how do I fix this?

前端 未结 0 1236
小蘑菇
小蘑菇 2020-12-23 04:29

I\'m trying to run a basic and very simple code in python.

from PIL import Image
import pytesseract

im = Image.open(\"sample1.jpg\")

text = pytesseract.im         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题