mac python 配置pytesseract

1-pip install tesseract 2-pip install pytesseract 3-pip install pillow 4-brew install tesseract-ocrspa eg: path='test.png' im=Image.open(path) # im.load() # im.show() print(pytesseract.image_to_string
相关文章
相关标签/搜索