PaddleOCR/docs/version3.x/module_usage/module_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
422 B
Markdown

# 模块概述
模块是实现基本功能的最小单位。模块通常使用单个模型去完成特定的任务,比如文本检测、图像分类等基本功能。模块作为基础构建单元,为更复杂的应用场景提供了必要的功能支持。这种设计方式使得用户可以根据需要灵活选择和组合不同的模块,从而简化了开发流程,并提高了开发的灵活性和效率。