Update README.md
Browse files
README.md
CHANGED
|
@@ -68,7 +68,7 @@ Layout analysis and reading order format:
|
|
| 68 |
{
|
| 69 |
"category": "The category is in [\"title\", \"plain_text\", \"table\", \"table_caption\", \"figure\", \"figure_caption\", \"header\", \"footer\"]"
|
| 70 |
"bbox": [x1, y1, x2, y2],
|
| 71 |
-
"text": "
|
| 72 |
"html": "table html"
|
| 73 |
},
|
| 74 |
...
|
|
|
|
| 68 |
{
|
| 69 |
"category": "The category is in [\"title\", \"plain_text\", \"table\", \"table_caption\", \"figure\", \"figure_caption\", \"header\", \"footer\"]"
|
| 70 |
"bbox": [x1, y1, x2, y2],
|
| 71 |
+
"text": "content of the element",
|
| 72 |
"html": "table html"
|
| 73 |
},
|
| 74 |
...
|