File size: 532 Bytes
0b4c99b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
dataset_info:
  features:
  - name: pdf_path
    dtype: string
  - name: page_number
    dtype: int64
  - name: bbox
    sequence: float64
  - name: text
    dtype: string
  - name: bbox_type
    dtype: string
  - name: image_bbox
    struct:
    - name: bytes
      dtype: binary
    - name: path
      dtype: 'null'
  splits:
  - name: train
    num_bytes: 2100910
    num_examples: 129
  download_size: 2036174
  dataset_size: 2100910
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---