LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
phocr/__init__.py
phocr/config.yaml
phocr/default_models.yaml
phocr/main.py
phocr.egg-info/PKG-INFO
phocr.egg-info/SOURCES.txt
phocr.egg-info/dependency_links.txt
phocr.egg-info/entry_points.txt
phocr.egg-info/requires.txt
phocr.egg-info/top_level.txt
phocr/cal_rec_boxes/__init__.py
phocr/cal_rec_boxes/main.py
phocr/cls/__init__.py
phocr/cls/main.py
phocr/cls/utils.py
phocr/det/__init__.py
phocr/det/main.py
phocr/det/utils.py
phocr/inference_engine/__init__.py
phocr/inference_engine/base.py
phocr/inference_engine/onnxruntime/__init__.py
phocr/inference_engine/onnxruntime/main.py
phocr/inference_engine/onnxruntime/provider_config.py
phocr/rec/__init__.py
phocr/rec/main.py
phocr/rec/typings.py
phocr/rec/utils.py
phocr/utils/__init__.py
phocr/utils/download_file.py
phocr/utils/load_image.py
phocr/utils/logger.py
phocr/utils/onnx_helper.py
phocr/utils/output.py
phocr/utils/parse_parameters.py
phocr/utils/process_img.py
phocr/utils/to_markdown.py
phocr/utils/typings.py
phocr/utils/utils.py
phocr/utils/vis_res.py