LICENSE
README.md
setup.py
imgocr/__init__.py
imgocr/cli.py
imgocr/cls_postprocess.py
imgocr/db_postprocess.py
imgocr/imaug.py
imgocr/operators.py
imgocr/ppocr_onnx.py
imgocr/predict_base.py
imgocr/predict_cls.py
imgocr/predict_det.py
imgocr/predict_rec.py
imgocr/predict_system.py
imgocr/readme.md
imgocr/rec_postprocess.py
imgocr/utils.py
imgocr/version.py
imgocr.egg-info/PKG-INFO
imgocr.egg-info/SOURCES.txt
imgocr.egg-info/dependency_links.txt
imgocr.egg-info/entry_points.txt
imgocr.egg-info/not-zip-safe
imgocr.egg-info/requires.txt
imgocr.egg-info/top_level.txt
imgocr/fonts/simfang.ttf
imgocr/models/ch_PP-OCRv4_cls_infer.onnx
imgocr/models/ch_PP-OCRv4_det_mobile_infer.onnx
imgocr/models/ch_PP-OCRv4_rec_mobile_infer.onnx
imgocr/models/ppocr_keys_v1.txt
tests/test_diff_input_img.py
tests/test_ocr.py
tests/test_speed.py