Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,18 @@ This dataset is a conversion of the original [PubTabNet](https://developer.ibm.c
|
|
| 32 |
* rows: grid row length.
|
| 33 |
* image: PIL image
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
### Data Splits
|
| 37 |
|
|
|
|
| 32 |
* rows: grid row length.
|
| 33 |
* image: PIL image
|
| 34 |
|
| 35 |
+
### OTSL Vocabulary:
|
| 36 |
+
|
| 37 |
+
**OTSL**: new reduced table structure token format
|
| 38 |
+
More information on the OTSL table structure format and its concepts can be read from our paper.
|
| 39 |
+
Format of this dataset extends work presented in a paper, and introduces slight modifications:
|
| 40 |
+
|
| 41 |
+
* "fcel" - cell that has content in it
|
| 42 |
+
* "ecel" - cell that is empty
|
| 43 |
+
* "lcel" - left-looking cell (to handle horizontally merged cells)
|
| 44 |
+
* "ucel" - up-looking cell (to handle vertically merged cells)
|
| 45 |
+
* "xcel" - 2d span cells, in this dataset - covers entire area of a merged cell
|
| 46 |
+
* "nl" - new line token
|
| 47 |
|
| 48 |
### Data Splits
|
| 49 |
|