zuminghuang commited on
Commit
b3f475e
·
verified ·
1 Parent(s): e081e6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -30,10 +30,11 @@ To construct a comprehensive dataset for document parsing, we integrate both rea
30
  | All | 55k ||
31
 
32
  # Data Structure
33
- - id: The MD5 hash of the image, which uniquely identifies the image.
34
- - image: Document image.
35
- - gt: The content represented in Markdown/HTML format.
36
- - bbox: The position of layout elements, represented by coordinates [x1, y1, x2, y2].
 
37
  - attributes: Metadata describing the document type and task category.
38
 
39
  # Citation
 
30
  | All | 55k ||
31
 
32
  # Data Structure
33
+
34
+ - id: The MD5 hash of the image, which serves as its unique identifier.
35
+ - image: The document image.
36
+ - gt: The content of the document, formatted in Markdown/HTML.
37
+ - bbox: The coordinates of layout elements, represented as a bounding box [x1, y1, x2, y2].
38
  - attributes: Metadata describing the document type and task category.
39
 
40
  # Citation