albertklorer commited on
Commit
38c63fa
·
verified ·
1 Parent(s): f0b76dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -34,3 +34,17 @@ dataset_info:
34
  download_size: 981102182
35
  dataset_size: 3307704335
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  download_size: 981102182
35
  dataset_size: 3307704335
36
  ---
37
+
38
+ # ReadingBank (HF conversion)
39
+ - Source paper: https://arxiv.org/abs/2108.11591
40
+ - Original data: https://mail2sysueducn-my.sharepoint.com/:u:/g/personal/huangyp28_mail2_sysu_edu_cn/Efh3ZWjsA-xFrH2FSjyhSVoBMak6ypmbABWmJEmPwtKhhw?e=tbthMD
41
+ - Created with: https://github.com/albertklor/reading-bank
42
+
43
+
44
+
45
+ # Fields:
46
+ - file_name (name of the file): str
47
+ - page_number (index of the page number): int
48
+ - bounding_boxes (normalized bounding boxes in [x0, y0, x1, y1] format): list[list[int]]
49
+ - text (list of words): list[str]
50
+ - target_indices (reading order indices of bounding_boxes and text): list[int]