Python-可以在MRZ(100%精度)上执行OCR吗?

时间:2018-09-27 15:32:26

标签: python-3.x ocr passport-local python-tesseract

我使用了here中的代码。

但是我现在面临的问题是pytesseract仍未提供100%准确的输出。

import from PIL import Image
import pytesseract

new = Image.open('Source Filename')
text = pytesseract.image_to_string(new,lang="OCRB")

print(text)

我还使用了MRZ字体OCRB.trainneddata,如上面的代码所示。

还不是100%的输出!

请任何人知道如何获得100%准确的结果?

谢谢

0 个答案:

没有答案