PaddleOCR/docs/version3.x/pipeline_usage/pipeline_overview.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

4 lines
395 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.

# 产线概述
产线是由一个或多个模块组合而成的实际功能实现。通过合理的模块组合与配置产线能够满足复杂应用场景的需求比如光学字符识别OCR等技术应用。产线不仅体现了基础模块的整合应用还支持高性能推理和服务化部署等能力赋予用户更高的开发效率和更广泛的应用可能性。