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

2024-05-08 12:13:26 发布

您现在位置:Python中文网/ 问答频道 /正文

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

我使用这个模,但精度不是完美的任何图像


Tags: totextfromimageimportoutputeasyextract