如何使用python从任何图像中提取mrz代码

#apply easy ocr to extract text from image
import easyocr
reader= easyocr.Reader(['en'])
output = reader.readtext('brightened-image4.png')

我正在使用这个模数,但精度对于任何图像都不完美

applesseed 回答:如何使用python从任何图像中提取mrz代码

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/18426.html

大家都在问