PaddleOCR/docs/version3.x/deployment/python_and_cpp_infer.md
zhang-prog e992b00831
enhance and update deployment docs (#15596)
* enhance and update deployment docs

* update

* add example image for PP-OCRv5_mobile edge deployment

* update
2025-06-06 17:25:55 +08:00

641 B

基于Python或C++预测引擎推理

自 2.x 分支以来,基于 Python 或 C++ 的预测引擎推理一直是一项重要功能。该功能允许用户在无需安装 wheel 包的情况下加载OCR相关模型并进行推理。

由于其在前后处理和串联细节上与 wheel 包存在差异,导致推理效果略有不同,两者无法直接互换使用。

有关具体使用方法,请参考以下文档: