File size: 1,337 Bytes
800228a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d4f9c16
 
 
403ed24
 
 
 
 
800228a
 
 
 
 
7e4a066
 
800228a
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
---
dataset_info:
  features:
  - name: doc_id
    dtype: string
  - name: split
    dtype: string
  - name: doc_type
    dtype: string
  - name: raw_pdf_path
    dtype: string
  - name: label_path
    dtype: string
  - name: page_image_path
    dtype: string
  - name: page_num
    dtype: int64
  - name: page_ocr_text
    dtype: string
  - name: page_pdf_text
    dtype: string
  - name: visual_elements
    list:
    - name: ocr_content
      dtype: string
    - name: path
      dtype: string
    - name: pdf_content
      dtype: string
    - name: type
      dtype: string
  - name: table_elements
    list:
    - name: markdown
      dtype: string
    - name: ocr_content
      dtype: string
    - name: pdf_content
      dtype: string
    - name: tokens
      dtype: int64
  - name: ocr_tokens
    dtype: int64
  - name: pdf_tokens
    dtype: int64
  - name: table_len
    dtype: int64
  - name: image_len
    dtype: int64
  - name: split_pdf_texts
    list: string
  - name: split_ocr_texts
    list: string
  splits:
  - name: valid
    num_bytes: 31232407
    num_examples: 4904
  - name: train
    num_bytes: 243406032
    num_examples: 38667
  download_size: 237326254
  dataset_size: 274638439
configs:
- config_name: default
  data_files:
  - split: valid
    path: data/valid-*
  - split: train
    path: data/train-*
---