├── README.md ├── cpp ├── images │ └── 1.jpg ├── main.cpp ├── rec_word_dict.txt ├── text_angle_cls.cpp ├── text_angle_cls.h ├── text_det.cpp ├── text_det.h ├── text_rec.cpp ├── text_rec.h └── weights │ ├── ch_PP-OCRv3_det_infer.onnx │ ├── ch_PP-OCRv3_rec_infer.onnx │ └── ch_ppocr_mobile_v2.0_cls_train.onnx └── python ├── images └── 1.jpg ├── main.py ├── rec_word_dict.txt ├── text_angle_cls.py ├── text_det.py ├── text_rec.py └── weights ├── ch_PP-OCRv3_det_infer.onnx ├── ch_PP-OCRv3_rec_infer.onnx └── ch_ppocr_mobile_v2.0_cls_train.onnx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/README.md -------------------------------------------------------------------------------- /cpp/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/images/1.jpg -------------------------------------------------------------------------------- /cpp/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/main.cpp -------------------------------------------------------------------------------- /cpp/rec_word_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/rec_word_dict.txt -------------------------------------------------------------------------------- /cpp/text_angle_cls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/text_angle_cls.cpp -------------------------------------------------------------------------------- /cpp/text_angle_cls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/text_angle_cls.h -------------------------------------------------------------------------------- /cpp/text_det.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/text_det.cpp -------------------------------------------------------------------------------- /cpp/text_det.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/text_det.h -------------------------------------------------------------------------------- /cpp/text_rec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/text_rec.cpp -------------------------------------------------------------------------------- /cpp/text_rec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/text_rec.h -------------------------------------------------------------------------------- /cpp/weights/ch_PP-OCRv3_det_infer.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/weights/ch_PP-OCRv3_det_infer.onnx -------------------------------------------------------------------------------- /cpp/weights/ch_PP-OCRv3_rec_infer.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/weights/ch_PP-OCRv3_rec_infer.onnx -------------------------------------------------------------------------------- /cpp/weights/ch_ppocr_mobile_v2.0_cls_train.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/cpp/weights/ch_ppocr_mobile_v2.0_cls_train.onnx -------------------------------------------------------------------------------- /python/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/images/1.jpg -------------------------------------------------------------------------------- /python/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/main.py -------------------------------------------------------------------------------- /python/rec_word_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/rec_word_dict.txt -------------------------------------------------------------------------------- /python/text_angle_cls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/text_angle_cls.py -------------------------------------------------------------------------------- /python/text_det.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/text_det.py -------------------------------------------------------------------------------- /python/text_rec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/text_rec.py -------------------------------------------------------------------------------- /python/weights/ch_PP-OCRv3_det_infer.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/weights/ch_PP-OCRv3_det_infer.onnx -------------------------------------------------------------------------------- /python/weights/ch_PP-OCRv3_rec_infer.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/weights/ch_PP-OCRv3_rec_infer.onnx -------------------------------------------------------------------------------- /python/weights/ch_ppocr_mobile_v2.0_cls_train.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/PaddleOCR-v3-onnxrun-cpp-py/HEAD/python/weights/ch_ppocr_mobile_v2.0_cls_train.onnx --------------------------------------------------------------------------------