File size: 1,210 Bytes
78daa0e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: texts
    sequence: string
  - name: bboxes_block
    sequence:
      sequence: int64
  - name: bboxes_line
    sequence:
      sequence: int64
  - name: categories
    sequence:
      class_label:
        names:
          '0': Caption
          '1': Footnote
          '2': Formula
          '3': List-item
          '4': Page-footer
          '5': Page-header
          '6': Picture
          '7': Section-header
          '8': Table
          '9': Text
          '10': Title
  - name: image
    dtype: image
  - name: page_hash
    dtype: string
  - name: original_filename
    dtype: string
  - name: page_no
    dtype: int32
  - name: num_pages
    dtype: int32
  - name: original_width
    dtype: int32
  - name: original_height
    dtype: int32
  - name: coco_width
    dtype: int32
  - name: coco_height
    dtype: int32
  - name: collection
    dtype: string
  - name: doc_category
    dtype: string
  splits:
  - name: train
    num_bytes: 1622488.9435600578
    num_examples: 4
  download_size: 1180298
  dataset_size: 1622488.9435600578
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---