我想在我的 python 脚本中使用image_to_string从图像中读取数字。我从 pytesser 导入所有内容
from pytesser import *
我读了这个问题并且
我安装了pytesseract
pip install pytesseract
和tesseract-ocr
apt-get install tesseract-ocr
但我已经有这个错误了!
ImportError: No module named pytesser
我的安装有什么问题?