eng_synthetic_ocr / README.md
Sigurdur's picture
Upload dataset
c8382ec verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: image
      dtype: image
    - name: font_path
      dtype: string
    - name: bg_color
      list: int64
    - name: font_color
      dtype: string
    - name: font_size
      dtype: int64
    - name: image_width
      dtype: int64
    - name: image_height
      dtype: int64
    - name: image_dpi
      dtype: int64
    - name: text_vertical_alignment
      dtype: string
    - name: text_horizontal_alignment
      dtype: string
    - name: paragraph_bboxes
      list:
        - name: bbox
          list: int64
        - name: column
          dtype: int64
        - name: paragraph_index
          dtype: int64
        - name: paragraph_text
          dtype: string
    - name: transformation
      struct:
        - name: type
          dtype: string
  splits:
    - name: train
      num_bytes: 20730700
      num_examples: 80
    - name: test
      num_bytes: 2591337
      num_examples: 10
    - name: validation
      num_bytes: 2591337
      num_examples: 10
  download_size: 25922544
  dataset_size: 25913374
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*