RapidAI / RapidStructure

版面分析 | 表格识别 | 文档方向分类
Apache License 2.0
182 stars 14 forks source link
classification layout ppstructure structure table-recognition

📃 Rapid Structure

SemVer2.0

简介

该部分的功能主要针对文档类图像,包括文档图像分类、版面分析和表格识别。

可配套使用项目:RapidOCR

相关模型托管:Hugging Face Models

文档方向分类

版面分析

表格识别

更多表格识别:TableStructureRec

🔥🔥版面还原

整体流程

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[/结构化输出/]