LICENSE
README.md
setup.py
cnocr/__init__.py
cnocr/__version__.py
cnocr/app.py
cnocr/clf_cli.py
cnocr/cli.py
cnocr/cn_ocr.py
cnocr/consts.py
cnocr/dataset.py
cnocr/dataset_utils.py
cnocr/gradio_app.py
cnocr/gradio_app2.py
cnocr/label_cn.txt
cnocr/label_number.txt
cnocr/line_split.py
cnocr/lr_scheduler.py
cnocr/recognizer.py
cnocr/serve.py
cnocr/trainer.py
cnocr/utils.py
cnocr.egg-info/PKG-INFO
cnocr.egg-info/SOURCES.txt
cnocr.egg-info/dependency_links.txt
cnocr.egg-info/entry_points.txt
cnocr.egg-info/not-zip-safe
cnocr.egg-info/requires.txt
cnocr.egg-info/top_level.txt
cnocr/classification/__init__.py
cnocr/classification/dataset.py
cnocr/classification/image_classifier.py
cnocr/data_utils/__init__.py
cnocr/data_utils/aug.py
cnocr/data_utils/block_shuffle.py
cnocr/data_utils/transforms.py
cnocr/data_utils/utils.py
cnocr/models/__init__.py
cnocr/models/ctc.py
cnocr/models/densenet.py
cnocr/models/mobilenet.py
cnocr/models/ocr_model.py
cnocr/ppocr/__init__.py
cnocr/ppocr/consts.py
cnocr/ppocr/pp_recognizer.py
cnocr/ppocr/rapid_recognizer.py
cnocr/ppocr/utility.py
cnocr/ppocr/postprocess/__init__.py
cnocr/ppocr/postprocess/rec_postprocess.py
cnocr/ppocr/utils/__init__.py
cnocr/ppocr/utils/chinese_cht_dict.txt
cnocr/ppocr/utils/en_dict.txt
cnocr/ppocr/utils/ppocr_keys_v1.txt
tests/test_cnocr.py
tests/test_dataset.py
tests/test_models.py
tests/test_ppocr.py
tests/test_pytorch.py
tests/test_trainer.py
tests/test_transforms.py