我目前正致力于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的训练数据但又没有结果。
我该怎么办?
谢谢