ocr/ocr_util.py @@ -16,6 +16,11 @@ res = cls.__ocr.ocr(mat) return res @classmethod def easy_ocr(cls, mat): res = cls.reader.readtext(mat, detail=1) return res # 返回(识别内容,位置信息) @classmethod def ocr_with_key(cls, mat, key):