Administrator
2023-03-27 8535f56dbf6e410b4a09f02f95d4d49bcc8753f2
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):