File size: 2,011 Bytes
cdef7ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
dataset_info:
  features:
  - name: schema_name
    dtype: string
  - name: version
    dtype: string
  - name: name
    dtype: string
  - name: origin
    struct:
    - name: mimetype
      dtype: string
    - name: binary_hash
      dtype: float64
    - name: filename
      dtype: string
  - name: furniture
    struct:
    - name: self_ref
      dtype: string
    - name: children
      sequence: 'null'
    - name: name
      dtype: string
    - name: label
      dtype: string
  - name: body
    struct:
    - name: self_ref
      dtype: string
    - name: children
      list:
      - name: $ref
        dtype: string
    - name: name
      dtype: string
    - name: label
      dtype: string
  - name: groups
    sequence: 'null'
  - name: texts
    list:
    - name: self_ref
      dtype: string
    - name: parent
      struct:
      - name: $ref
        dtype: string
    - name: children
      sequence: 'null'
    - name: label
      dtype: string
    - name: prov
      list:
      - name: page_no
        dtype: int64
      - name: bbox
        struct:
        - name: l
          dtype: float64
        - name: t
          dtype: float64
        - name: r
          dtype: float64
        - name: b
          dtype: float64
        - name: coord_origin
          dtype: string
      - name: charspan
        sequence: int64
    - name: orig
      dtype: string
    - name: text
      dtype: string
    - name: level
      dtype: int64
  - name: pictures
    sequence: 'null'
  - name: tables
    sequence: 'null'
  - name: key_value_items
    sequence: 'null'
  - name: pages
    struct:
    - name: '1'
      struct:
      - name: size
        struct:
        - name: width
          dtype: float64
        - name: height
          dtype: float64
      - name: page_no
        dtype: int64
  splits:
  - name: train
    num_bytes: 6765
    num_examples: 1
  download_size: 23183
  dataset_size: 6765
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---