File tree 2 files changed +40
-1
lines changed
2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,21 @@ wired table models contributed by others, and the built-in table classification
34
34
<img src="https://github.com/RapidAI/TableStructureRec/releases/download/v0.0.0/demo_img_output.gif" alt="Demo" width="100%" height="100%">
35
35
</div >
36
36
37
+ ### 指标结果
38
+ [ TableRecognitionMetric] ( https://github.com/SWHL/TableRecognitionMetric )
39
+
40
+ [ dataset] ( https://huggingface.co/datasets/SWHL/table_rec_test_dataset )
41
+
42
+ [ Rapid OCR] ( https://github.com/RapidAI/RapidOCR )
43
+
44
+ | model | TEDS|
45
+ | :---------------------------------------------------------------------------------------------------------------------------| :-|
46
+ | lineless_table_rec | 0.50054|
47
+ | [ RapidTable] ( https://github.com/RapidAI/RapidStructure/blob/b800b156015bf5cd6f5429295cdf48be682fd97e/docs/README_Table.md ) | 0.58786|
48
+ | wired_table_rec v1 | 0.70279|
49
+ | table_cls + wired_table_rec v1 + lineless_table_rec | 0.74692|
50
+ | table_cls + wired_table_rec v2 + lineless_table_rec | 0.80235|
51
+
37
52
### Install
38
53
``` python {linenos=table}
39
54
pip install wired_table_rec lineless_table_rec table_cls
@@ -73,7 +88,11 @@ print(f"elasp: {elasp}")
73
88
# # 可视化 ocr 识别框
74
89
# plot_rec_box(img_path, f"{output_dir}/ocr_box.jpg", ocr_res)
75
90
```
76
-
91
+ ### TODO List
92
+ - [ ] rotate img fix before rec
93
+ - [ ] Increase dataset size
94
+ - [ ] Lineless table rec optimization
95
+ -
77
96
### Acknowledgements
78
97
79
98
[ PaddleOCR Table] ( https://github.com/PaddlePaddle/PaddleOCR/blob/4b17511491adcfd0f3e2970895d06814d1ce56cc/ppstructure/table/README_ch.md )
Original file line number Diff line number Diff line change 32
32
<img src="https://github.com/RapidAI/TableStructureRec/releases/download/v0.0.0/demo_img_output.gif" alt="Demo" width="100%" height="100%">
33
33
</div >
34
34
35
+ ### 指标结果
36
+ [ TableRecognitionMetric 评测工具] ( https://github.com/SWHL/TableRecognitionMetric )
37
+
38
+ [ 评测数据集] ( https://huggingface.co/datasets/SWHL/table_rec_test_dataset )
39
+
40
+ [ Rapid OCR] ( https://github.com/RapidAI/RapidOCR )
41
+
42
+ | 方法 | TEDS|
43
+ | :---------------------------------------------------------------------------------------------------------------------------| :-|
44
+ | lineless_table_rec | 0.53561|
45
+ | [ RapidTable] ( https://github.com/RapidAI/RapidStructure/blob/b800b156015bf5cd6f5429295cdf48be682fd97e/docs/README_Table.md ) | 0.58786|
46
+ | wired_table_rec v1 | 0.70279|
47
+ | wired_table_rec v2 | 0.78007|
48
+ | table_cls + wired_table_rec v1 + lineless_table_rec | 0.74692|
49
+ | table_cls + wired_table_rec v2 + lineless_table_rec | 0.80235|
50
+
35
51
### 安装
36
52
``` python {linenos=table}
37
53
pip install wired_table_rec lineless_table_rec table_cls
@@ -71,6 +87,10 @@ print(f"elasp: {elasp}")
71
87
# # 可视化 ocr 识别框
72
88
# plot_rec_box(img_path, f"{output_dir}/ocr_box.jpg", ocr_res)
73
89
```
90
+ ### TODO List
91
+ - [ ] 识别前图片偏移修正
92
+ - [ ] 增加数据集数量,增加更多评测对比
93
+ - [ ] 优化无线表格模型
74
94
75
95
### 致谢
76
96
You can’t perform that action at this time.
0 commit comments