first commit
Some checks are pending
Build/Publish Develop Docs / deploy (push) Waiting to run

This commit is contained in:
2025-07-02 08:57:16 +03:00
commit 56532cc9a9
1901 changed files with 457695 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 基于Python或C++预测引擎推理
自 2.x 分支以来,基于 Python 或 C++ 的预测引擎推理一直是一项重要功能。该功能允许用户在无需安装 wheel 包的情况下加载OCR相关模型并进行推理。
由于其在前后处理和串联细节上与 wheel 包存在差异,导致推理效果略有不同,两者无法直接互换使用。
有关具体使用方法,请参考以下文档:
* [基于Python预测引擎推理](../../version2.x/legacy/python_infer.md)
* [基于C++预测引擎推理](../../version2.x/legacy/cpp_infer.md)
* [支持的模型列表](../../version2.x/legacy/model_list_2.x.md)