File size: 2,636 Bytes
83139fe
 
 
 
 
 
4fa83d0
 
 
 
 
c296bc2
4fa83d0
81ec41b
bf2577c
81ec41b
 
c296bc2
81ec41b
c296bc2
81ec41b
c296bc2
bf2577c
c296bc2
81ec41b
 
 
c296bc2
4fa83d0
c296bc2
81ec41b
c296bc2
81ec41b
c296bc2
81ec41b
 
 
c296bc2
81ec41b
c296bc2
81ec41b
c296bc2
81ec41b
 
c296bc2
 
 
 
 
 
 
 
 
 
 
81ec41b
 
c296bc2
81ec41b
c296bc2
81ec41b
c296bc2
bf2577c
c296bc2
81ec41b
 
 
bf2577c
4fa83d0
 
81ec41b
4fa83d0
81ec41b
 
4fa83d0
 
 
 
 
83139fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
109
110
111
112
113
114
115
116
117
118
119
120
---
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.0
    num_examples: 244
  download_size: 22637039
  dataset_size: 23115465.0
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

1. PDF files were uploaded to the PDFs to Page Images Converter.
2. Each PDF was processed, converting selected pages to images.
3. 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.