波斯OCR问题

时间:2016-07-29 18:50:14

标签: ocr

我目前正致力于OCR(波斯语), 虽然“fas.traineddata”在tessdata中是可用的,但是当我使用以下命令时,没有任何事情发生:

import pytesseract
from PIL import Image

print(pytesseract.image_to_string(Image.open('image.png'), lang='fas'))

图像: character image

我也使用了https://github.com/reza1615/PersianOcr的训练数据但又没有结果。

我该怎么办?

谢谢

0 个答案:

没有答案