# RapidStructure **Repository Path**: RapidAI/RapidStructure ## Basic Information - **Project Name**: RapidStructure - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-04-19 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
### 简介 该部分的功能主要针对文档类图像,包括文档图像分类、版面分析和表格识别。 可配套使用项目:[RapidOCR](https://github.com/RapidAI/RapidOCR) 相关模型托管:[Hugging Face Models](https://huggingface.co/SWHL/RapidStructure) ### [文档方向分类](./docs/README_Orientation.md) ### [版面分析](https://github.com/RapidAI/RapidLayout) ### [表格识别](./docs/README_Table.md) 更多表格识别:[TableStructureRec](https://github.com/RapidAI/TableStructureRec) ### 🔥🔥[版面还原](https://github.com/RapidAI/RapidLayoutRecover) ### 整体流程 ```mermaid flowchart TD A[/文档图像/] --> B([文档方向分类 rapid_orientation]) --> C([版面分析 rapid_layout]) C --> D([表格识别 rapid_table]) & E([公式识别 rapid_latex_ocr]) & F([文字识别 rapidocr_onnxruntime]) --> G([版面还原 rapid_layout_recover]) G --> H[/结构化输出/] ```