mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-07-13 20:10:37 +00:00

* add the overview of module and pipeline * update * add en docs * add the doc of python and cpp inference
8 lines
501 B
Markdown
8 lines
501 B
Markdown
# 基于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)
|