PaddleOCR/docs/version3.x/deployment/python_and_cpp_infer.md
zhang-prog fcd7cea732
add the overview of module and pipeline (#15444)
* add the overview of module and pipeline

* update

* add en docs

* add the doc of python and cpp inference
2025-05-28 10:22:30 +08:00

8 lines
501 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基于Python或C++预测引擎推理
自 2.x 分支以来,基于 Python 或 C++ 的预测引擎推理一直是一项重要功能。该功能允许用户在无需安装 wheel 包的情况下加载OCR相关模型并进行推理。有关具体使用方法请参考以下文档
* [基于Python预测引擎推理](../../version2.x/legacy/python_infer.md)
* [基于C++预测引擎推理](../../version2.x/legacy/cpp_infer.md)
* [支持的模型列表](../../version2.x/legacy/model_list_2.x.md)