tejasvaidhya commited on
Commit
b7ccda1
·
1 Parent(s): 84b2d0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
  dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: ocr_annotation_texts
7
- dtype: string
8
  - name: image_height
9
  dtype: int64
10
  - name: image_width
11
- - dtype: int64
12
-
 
13
  configs:
14
  - config_name: default
15
  data_files:
 
1
  ---
2
  dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: ocr_annotation_text
7
+ sequence: string
8
  - name: image_height
9
  dtype: int64
10
  - name: image_width
11
+ dtype: int64
12
+ - name: original_dict
13
+ dtype: string
14
  configs:
15
  - config_name: default
16
  data_files: