如何使用python
问题描述:
我试过了这个例子来提取扫描文档的文本,https://github.com/madmaze/pytesseract如何使用python
import Image
import pytesseract
print pytesseract.image_to_string(Image.open('image1.png'))
四处错误: 文件 “/usr/lib/python2.7/subprocess.py”,线1327,在_execute_child提高child_exception OSError:[Errno 2]没有这样的文件或目录
是否有任何其他方式从扫描文档中提取文本?
这有什么错呀? – timgeb
文件 “/usr/lib/python2.7/subprocess.py”,线1327,在_execute_child 提高child_exception OSERROR:[错误2]没有这样的文件或目录 – vikrant
得到这个错误 – vikrant