File size: 323 Bytes
9fb02aa
43b117f
 
 
 
 
 
 
 
 
 
 
 
 
 
d0bcb16
9fb02aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
dataset_info:
  features:
    - name: image
      dtype: image
    - name: ocr_annotation_texts
      dtype: string
    - name: image_height
      dtype: int64
    - name: image_width
      dtype: int64
configs:
  - config_name: default
    data_files:
      - split: train
        path: sentence_dataframe.parquet
---