Commit
·
8125602
1
Parent(s):
ac2ce06
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,20 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
```
|
| 7 |
# Dataset Card for Table Detection Dataset
|
| 8 |
|
| 9 |
## Table of Contents
|
|
@@ -30,7 +41,7 @@ language:
|
|
| 30 |
- [Citation Information](#citation-information)
|
| 31 |
- [Contributions](#contributions)
|
| 32 |
|
| 33 |
-
|
| 34 |
|
| 35 |
### Dataset Summary
|
| 36 |
|
|
@@ -108,8 +119,15 @@ The dataset may have limitations in terms of the diversity of table designs and
|
|
| 108 |
|
| 109 |
Curated by FODUU AI.
|
| 110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
### Contributions
|
| 112 |
|
| 113 |
Thanks to [FODUU AI](https://www.foduu.com/) for providing this dataset.
|
| 114 |
-
|
| 115 |
```
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
task_categories:
|
| 5 |
+
- object-detection
|
| 6 |
+
tags:
|
| 7 |
+
- finance
|
| 8 |
+
- table
|
| 9 |
+
- structured table
|
| 10 |
+
- unstructured table
|
| 11 |
+
- documents
|
| 12 |
+
pretty_name: TableBorderNet
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1K<n<10K
|
| 15 |
---
|
| 16 |
|
| 17 |
+
```
|
| 18 |
# Dataset Card for Table Detection Dataset
|
| 19 |
|
| 20 |
## Table of Contents
|
|
|
|
| 41 |
- [Citation Information](#citation-information)
|
| 42 |
- [Contributions](#contributions)
|
| 43 |
|
| 44 |
+
## Dataset Description
|
| 45 |
|
| 46 |
### Dataset Summary
|
| 47 |
|
|
|
|
| 119 |
|
| 120 |
Curated by FODUU AI.
|
| 121 |
|
| 122 |
+
### Licensing Information
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
### Citation Information
|
| 127 |
+
|
| 128 |
+
[More Information Needed]
|
| 129 |
+
|
| 130 |
### Contributions
|
| 131 |
|
| 132 |
Thanks to [FODUU AI](https://www.foduu.com/) for providing this dataset.
|
|
|
|
| 133 |
```
|