Datasets:
Tasks:
Image-to-Text
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,52 @@ tags:
|
|
11 |
- code
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- code
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
+
---
|
15 |
+
|
16 |
+
# Openpdf-Analysis-Recognition
|
17 |
+
|
18 |
+
The **Openpdf-Analysis-Recognition** dataset is curated for tasks related to image-to-text recognition, particularly for scanned document images and OCR (Optical Character Recognition) use cases. It contains over 6,900 images in a structured `imagefolder` format suitable for training models on document parsing, PDF image understanding, and layout/text extraction tasks.
|
19 |
+
|
20 |
+
| **Attribute** | **Value** |
|
21 |
+
|---------------|------------------------|
|
22 |
+
| Task | Image-to-Text |
|
23 |
+
| Modality | Image |
|
24 |
+
| Format | ImageFolder |
|
25 |
+
| Language | English |
|
26 |
+
| License | Apache 2.0 |
|
27 |
+
| Size | 1K - 10K samples |
|
28 |
+
| Split | train (6,910 samples) |
|
29 |
+
|
30 |
+
|
31 |
+
### Key Features
|
32 |
+
|
33 |
+
* Contains **6.91k** training samples of document-style images.
|
34 |
+
* Each sample is an **image**, with no associated text or label (raw OCR input).
|
35 |
+
* Dataset is auto-converted to **Parquet** format by Hugging Face for efficient streaming and processing.
|
36 |
+
* Suitable for OCR research, PDF document parsing, and code/text recognition tasks.
|
37 |
+
|
38 |
+
## Tags
|
39 |
+
|
40 |
+
* pdf
|
41 |
+
* ocr
|
42 |
+
* document
|
43 |
+
* code
|
44 |
+
|
45 |
+
## Usage
|
46 |
+
|
47 |
+
You can load the dataset using the Hugging Face `datasets` library:
|
48 |
+
|
49 |
+
```python
|
50 |
+
from datasets import load_dataset
|
51 |
+
|
52 |
+
dataset = load_dataset("prithivMLmods/Openpdf-Analysis-Recognition")
|
53 |
+
```
|
54 |
+
|
55 |
+
## File Size
|
56 |
+
|
57 |
+
* **Total download size**: \~2.72 GB
|
58 |
+
* **Auto-converted Parquet size**: \~2.71 GB
|
59 |
+
|
60 |
+
## License
|
61 |
+
|
62 |
+
This dataset is released under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|