metadata
size_categories:
- n<1K
tags:
- created-with-pdfs-to-page-images-converter
- pdf-to-image
dataset_info:
features:
- name: image
dtype: image
- name: document_type
dtype: string
- name: patient_info
struct:
- name: age
dtype: int64
- name: civil_status
dtype: string
- name: date_of_birth
dtype: string
- name: gender
dtype: string
- name: name
dtype: string
- name: patient_id
dtype: 'null'
- name: relation_to_patient
dtype: string
- name: json_data
struct:
- name: additional_info
struct:
- name: doctor_notes
dtype: string
- name: admission_info
struct:
- name: admission_date
dtype: string
- name: diagnosis
dtype: string
- name: discharge_date
dtype: string
- name: total_days
dtype: int64
- name: document_id
struct:
- name: bytes
dtype: 'null'
- name: path
dtype: string
- name: document_type
dtype: string
- name: patient_info
struct:
- name: age
dtype: int64
- name: civil_status
dtype: string
- name: date_of_birth
dtype: string
- name: gender
dtype: string
- name: name
dtype: string
- name: patient_id
dtype: 'null'
- name: relation_to_patient
dtype: string
splits:
- name: train
num_bytes: 23115465
num_examples: 244
download_size: 22637039
dataset_size: 23115465
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Dataset Card for louisswiftclaims/octoneseta
Dataset Description
This dataset contains images converted from PDFs using the PDFs to Page Images Converter Space.
- Number of images: 244
- Number of PDFs processed: 33
- Sample size per PDF: 100
- Created on: 2024-10-01 14:04:50
Dataset Creation
Source Data
The images in this dataset were generated from user-uploaded PDF files.
Processing Steps
- PDF files were uploaded to the PDFs to Page Images Converter.
- Each PDF was processed, converting selected pages to images.
- The resulting images were saved and uploaded to this dataset.
Dataset Structure
The dataset consists of JPEG images, each representing a single page from the source PDFs.
Data Fields
images/
: A folder containing all the converted images.
Data Splits
This dataset does not have specific splits.
Additional Information
- Contributions: Thanks to the PDFs to Page Images Converter for creating this dataset.