【发布时间】:2016-07-29 18:50:13
【问题描述】:
我目前正在研究 OCR(波斯语), 尽管“fas.traineddata”在 tessdata 中可用,但是当我使用以下命令时,什么也没有发生:
import pytesseract
from PIL import Image
print(pytesseract.image_to_string(Image.open('image.png'), lang='fas'))
图片:
我也使用了https://github.com/reza1615/PersianOcr 的训练数据,但同样没有结果。
我该怎么办?
谢谢
【问题讨论】:
标签: ocr