我試過了這個例子來提取掃描文檔的文本,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