LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/deprem_ocr/__init__.py
src/deprem_ocr/detector.py
src/deprem_ocr/ocr.py
src/deprem_ocr/recognizer.py
src/deprem_ocr/utility.py
src/deprem_ocr.egg-info/PKG-INFO
src/deprem_ocr.egg-info/SOURCES.txt
src/deprem_ocr.egg-info/dependency_links.txt
src/deprem_ocr.egg-info/top_level.txt
src/deprem_ocr/ch_PP-OCRv3_det_infer/inference.pdiparams
src/deprem_ocr/ch_PP-OCRv3_det_infer/inference.pdiparams.info
src/deprem_ocr/ch_PP-OCRv3_det_infer/inference.pdmodel
src/deprem_ocr/ch_PP-OCRv3_rec_infer/inference.pdiparams
src/deprem_ocr/ch_PP-OCRv3_rec_infer/inference.pdiparams.info
src/deprem_ocr/ch_PP-OCRv3_rec_infer/inference.pdmodel
src/deprem_ocr/postprocess/__init__.py
src/deprem_ocr/postprocess/cls_postprocess.py
src/deprem_ocr/postprocess/db_postprocess.py
src/deprem_ocr/postprocess/east_postprocess.py
src/deprem_ocr/postprocess/extract_textpoint_fast.py
src/deprem_ocr/postprocess/extract_textpoint_slow.py
src/deprem_ocr/postprocess/fce_postprocess.py
src/deprem_ocr/postprocess/locality_aware_nms.py
src/deprem_ocr/postprocess/pg_postprocess.py
src/deprem_ocr/postprocess/poly_nms.py
src/deprem_ocr/postprocess/rec_postprocess.py
src/deprem_ocr/postprocess/sast_postprocess.py
src/deprem_ocr/postprocess/vqa_token_re_layoutlm_postprocess.py
src/deprem_ocr/postprocess/vqa_token_ser_layoutlm_postprocess.py
src/deprem_ocr/postprocess/pse_postprocess/__init__.py
src/deprem_ocr/postprocess/pse_postprocess/pse_postprocess.py
src/deprem_ocr/postprocess/pse_postprocess/pse/__init__.py
src/deprem_ocr/postprocess/pse_postprocess/pse/setup.py
src/deprem_ocr/ppocr/__init__.py
src/deprem_ocr/ppocr/ppocr_keys_v1.txt
src/deprem_ocr/ppocr/data/__init__.py
src/deprem_ocr/ppocr/data/collate_fn.py
src/deprem_ocr/ppocr/data/lmdb_dataset.py
src/deprem_ocr/ppocr/data/pgnet_dataset.py
src/deprem_ocr/ppocr/data/pubtab_dataset.py
src/deprem_ocr/ppocr/data/simple_dataset.py
src/deprem_ocr/ppocr/data/imaug/ColorJitter.py
src/deprem_ocr/ppocr/data/imaug/__init__.py
src/deprem_ocr/ppocr/data/imaug/copy_paste.py
src/deprem_ocr/ppocr/data/imaug/east_process.py
src/deprem_ocr/ppocr/data/imaug/fce_aug.py
src/deprem_ocr/ppocr/data/imaug/fce_targets.py
src/deprem_ocr/ppocr/data/imaug/gen_table_mask.py
src/deprem_ocr/ppocr/data/imaug/iaa_augment.py
src/deprem_ocr/ppocr/data/imaug/label_ops.py
src/deprem_ocr/ppocr/data/imaug/make_border_map.py
src/deprem_ocr/ppocr/data/imaug/make_pse_gt.py
src/deprem_ocr/ppocr/data/imaug/make_shrink_map.py
src/deprem_ocr/ppocr/data/imaug/operators.py
src/deprem_ocr/ppocr/data/imaug/pg_process.py
src/deprem_ocr/ppocr/data/imaug/randaugment.py
src/deprem_ocr/ppocr/data/imaug/random_crop_data.py
src/deprem_ocr/ppocr/data/imaug/rec_img_aug.py
src/deprem_ocr/ppocr/data/imaug/sast_process.py
src/deprem_ocr/ppocr/data/imaug/ssl_img_aug.py
src/deprem_ocr/ppocr/data/imaug/text_image_aug/__init__.py
src/deprem_ocr/ppocr/data/imaug/text_image_aug/augment.py
src/deprem_ocr/ppocr/data/imaug/text_image_aug/warp_mls.py
src/deprem_ocr/ppocr/data/imaug/vqa/__init__.py
src/deprem_ocr/ppocr/data/imaug/vqa/token/__init__.py
src/deprem_ocr/ppocr/data/imaug/vqa/token/vqa_token_chunk.py
src/deprem_ocr/ppocr/data/imaug/vqa/token/vqa_token_pad.py
src/deprem_ocr/ppocr/data/imaug/vqa/token/vqa_token_relation.py