PaddleOCR/docs/version3.x/module_usage/module_overview.en.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
554 B
Markdown

# Module Overview
A module is the smallest unit that implements basic functionality. Modules typically use a single model to accomplish specific tasks, such as text detection, image classification, and other basic functions. As fundamental building blocks, modules provide the necessary functional support for more complex application scenarios. This design approach allows users to flexibly select and combine different modules according to their needs, thereby simplifying the development process and enhancing development flexibility and efficiency.