Skip to content

Commit 3014eff

Browse files
committed
chore(rapid_table): remove rapid_table files
1 parent 95b48f1 commit 3014eff

16 files changed

+8
-1310
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,25 @@
1515
</div>
1616

1717
### 简介
18+
1819
该部分的功能主要针对文档类图像,包括文档图像分类、版面分析和表格识别。
1920

2021
可配套使用项目:[RapidOCR](https://github.com/RapidAI/RapidOCR)
2122

2223
相关模型托管:[Hugging Face Models](https://huggingface.co/SWHL/RapidStructure)
2324

2425
### [文档方向分类](./docs/README_Orientation.md)
26+
2527
### [版面分析](https://github.com/RapidAI/RapidLayout)
26-
### [表格识别](./docs/README_Table.md)
28+
29+
### [表格识别](https://github.com/RapidAI/RapidTable)
30+
2731
更多表格识别:[TableStructureRec](https://github.com/RapidAI/TableStructureRec)
2832

29-
### 🔥🔥[版面还原](https://github.com/RapidAI/RapidLayoutRecover)
33+
### 🔥🔥[版面还原](https://github.com/RapidAI/RapidDoc)
3034

3135
### 整体流程
36+
3237
```mermaid
3338
flowchart TD
3439
A[/文档图像/] --> B([文档方向分类 rapid_orientation]) --> C([版面分析 rapid_layout])

docs/README_Table.md

-112
This file was deleted.

docs/doc_whl_rapid_table.md

-1
This file was deleted.

rapid_main.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55

66
import cv2
77
import numpy as np
8-
from rapidocr_onnxruntime import RapidOCR
9-
108
from rapid_layout import RapidLayout
119
from rapid_table import RapidTable
10+
from rapidocr_onnxruntime import RapidOCR
1211

1312

1413
def sorted_boxes(dt_boxes):

rapid_table/__init__.py

-5
This file was deleted.

rapid_table/main.py

-136
This file was deleted.

rapid_table/models/.gitkeep

Whitespace-only changes.

rapid_table/table_matcher/__init__.py

-4
This file was deleted.

0 commit comments

Comments
 (0)