zuminghuang commited on
Commit
f8bed35
·
verified ·
1 Parent(s): 9e83f59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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": "text content of title, plain_text, table_caption, figure_caption, header or footer",
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
  ...