LICENSE
README.md
pyproject.toml
src/__init__.py
src/example.py
src/rapidocr_onnxruntime_huawei/__init__.py
src/rapidocr_onnxruntime_huawei/main.py
src/rapidocr_onnxruntime_huawei.egg-info/PKG-INFO
src/rapidocr_onnxruntime_huawei.egg-info/SOURCES.txt
src/rapidocr_onnxruntime_huawei.egg-info/dependency_links.txt
src/rapidocr_onnxruntime_huawei.egg-info/requires.txt
src/rapidocr_onnxruntime_huawei.egg-info/top_level.txt
src/rapidocr_onnxruntime_huawei/cal_rec_boxes/__init__.py
src/rapidocr_onnxruntime_huawei/cal_rec_boxes/main.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_cls/__init__.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_cls/text_cls.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_cls/utils.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_det/__init__.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_det/text_detect.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_det/utils.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_rec/__init__.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_rec/text_recognize.py
src/rapidocr_onnxruntime_huawei/ch_ppocr_rec/utils.py
src/rapidocr_onnxruntime_huawei/utils/__init__.py
src/rapidocr_onnxruntime_huawei/utils/infer_engine.py
src/rapidocr_onnxruntime_huawei/utils/load_image.py
src/rapidocr_onnxruntime_huawei/utils/logger.py
src/rapidocr_onnxruntime_huawei/utils/parse_parameters.py
src/rapidocr_onnxruntime_huawei/utils/process_img.py
src/rapidocr_onnxruntime_huawei/utils/vis_res.py