yushx commited on
Commit
e547fec
1 Parent(s): 22efe7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -43,7 +43,7 @@ For each subpage, OCR and table extraction annotations from two sources are avai
43
 
44
  The WikiDT dataset has the following file structure.
45
 
46
- ```
47
  +--WikiDT-dataset
48
  | +--WikiTableExtraction
49
  | | +--detection
@@ -70,7 +70,11 @@ The WikiDT dataset has the following file structure.
70
  | | +--val.json #
71
  | +--images # full page image
72
  | +--ocr # text and bbox for the table content
 
 
73
  | +--tsv # extracted table in tsv format
 
 
74
  ```
75
 
76
  ### Table VQA annotation example
 
43
 
44
  The WikiDT dataset has the following file structure.
45
 
46
+ ```sh
47
  +--WikiDT-dataset
48
  | +--WikiTableExtraction
49
  | | +--detection
 
70
  | | +--val.json #
71
  | +--images # full page image
72
  | +--ocr # text and bbox for the table content
73
+ | | +--textract # detected by Amazon Textract API
74
+ | | +--web # extracted from HTML information
75
  | +--tsv # extracted table in tsv format
76
+ | | +--textract # detected by Amazon Textract API
77
+ | | +--web # extracted from HTML information
78
  ```
79
 
80
  ### Table VQA annotation example