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 @@
# 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:
* [Inference with Python Prediction Engine](../../version2.x/legacy/python_infer.md)
* [Inference with C++ Prediction Engine](../../version2.x/legacy/cpp_infer.md)
* [List of Supported Models](../../version2.x/legacy/model_list_2.x.md)