mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-07-03 23:19:13 +00:00

* enhance and update deployment docs * update * add example image for PP-OCRv5_mobile edge deployment * update
782 B
782 B
Inference with Python or C++ Prediction Engine
Since the 2.x branch, inference with Python or C++ prediction engines has been a significant feature. This functionality allows users to load OCR-related models and perform inference without installing the wheel package.
Due to differences in pre-processing, post-processing, and concatenation details compared to the wheel package, the inference results may slightly vary, and the two cannot be directly interchanged.
For specific usage instructions, please refer to the following documents: