File size: 1,362 Bytes
9a5d7be 9acaac4 9a5d7be | 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 | ---
dataset_info:
features:
- name: key
dtype: string
- name: ocr
struct:
- name: images_bbox
sequence:
sequence: float64
- name: images_bbox_no_text_overlap
sequence:
sequence: float64
- name: lines
struct:
- name: bbox
sequence:
sequence: float64
- name: score
sequence: float64
- name: text
sequence: string
- name: word_slice
sequence:
sequence: int64
- name: words
struct:
- name: bbox
sequence:
sequence: float64
- name: line_pos
sequence:
sequence: int64
- name: score
sequence: float64
- name: text
sequence: string
- name: lang
dtype: string
- name: ground_truth
dtype: string
- name: valid_pydantic_model
dtype: bool
- name: text_len
dtype: int64
- name: metadata
struct:
- name: hierarchical_depth
dtype: int64
- name: incorrect_crlf
dtype: int64
- name: layout
dtype: string
- name: num_columns
dtype: int64
- name: image
dtype: image
splits:
- name: train
num_bytes: 44300241.0
num_examples: 297
download_size: 37191549
dataset_size: 44300241.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|