Link dataset card to Persian Pixel paper
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nd-4.0
|
| 3 |
language:
|
| 4 |
- fa
|
|
|
|
|
|
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- image-to-text
|
| 7 |
- text-to-image
|
|
|
|
| 8 |
tags:
|
| 9 |
- ocr
|
| 10 |
- synthetic
|
|
@@ -12,9 +15,6 @@ tags:
|
|
| 12 |
- farsi
|
| 13 |
- naskh
|
| 14 |
- document-ai
|
| 15 |
-
pretty_name: Persian Pixel
|
| 16 |
-
size_categories:
|
| 17 |
-
- 100K<n<1M
|
| 18 |
configs:
|
| 19 |
- config_name: sentence
|
| 20 |
data_files:
|
|
@@ -41,6 +41,8 @@ configs:
|
|
| 41 |
|
| 42 |
**Persian Pixel** is a synthetic optical character recognition (OCR) dataset for **Persian / Farsi (`fa`)**, in which Unicode text is rendered to images and paired with its exact transcription. It is built for OCR recognition, image-to-text modeling, fine-tuning, and evaluation workflows that need clean, controllable image/label pairs at scale.
|
| 43 |
|
|
|
|
|
|
|
| 44 |
Because the text is rendered programmatically, every image ships with a perfectly aligned ground-truth label — making the dataset well suited for pretraining, curriculum learning, and isolating model behavior before introducing noisy real-world scans.
|
| 45 |
|
| 46 |
|
|
@@ -224,14 +226,14 @@ Released under **Creative Commons Attribution-NoDerivatives 4.0 International (C
|
|
| 224 |
## Citation
|
| 225 |
|
| 226 |
```bibtex
|
| 227 |
-
@
|
| 228 |
-
title
|
| 229 |
-
author
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
url = {https://huggingface.co/datasets/Omarrran/Persian_Pixel}
|
| 233 |
}
|
| 234 |
```
|
|
|
|
| 235 |
## Repository
|
| 236 |
|
| 237 |
- Dataset repo: https://huggingface.co/datasets/Omarrran/Persian_Pixel
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- fa
|
| 4 |
+
license: cc-by-nd-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 100K<n<1M
|
| 7 |
task_categories:
|
| 8 |
- image-to-text
|
| 9 |
- text-to-image
|
| 10 |
+
pretty_name: Persian Pixel
|
| 11 |
tags:
|
| 12 |
- ocr
|
| 13 |
- synthetic
|
|
|
|
| 15 |
- farsi
|
| 16 |
- naskh
|
| 17 |
- document-ai
|
|
|
|
|
|
|
|
|
|
| 18 |
configs:
|
| 19 |
- config_name: sentence
|
| 20 |
data_files:
|
|
|
|
| 41 |
|
| 42 |
**Persian Pixel** is a synthetic optical character recognition (OCR) dataset for **Persian / Farsi (`fa`)**, in which Unicode text is rendered to images and paired with its exact transcription. It is built for OCR recognition, image-to-text modeling, fine-tuning, and evaluation workflows that need clean, controllable image/label pairs at scale.
|
| 43 |
|
| 44 |
+
This dataset was introduced in the paper: [Persian Pixel: A large-scale synthetic OCR dataset for Persian language](https://huggingface.co/papers/2607.20385).
|
| 45 |
+
|
| 46 |
Because the text is rendered programmatically, every image ships with a perfectly aligned ground-truth label — making the dataset well suited for pretraining, curriculum learning, and isolating model behavior before introducing noisy real-world scans.
|
| 47 |
|
| 48 |
|
|
|
|
| 226 |
## Citation
|
| 227 |
|
| 228 |
```bibtex
|
| 229 |
+
@article{mahdi2026persian,
|
| 230 |
+
title={Persian Pixel: A large-scale synthetic OCR dataset for Persian language},
|
| 231 |
+
author={Mahdi, Pouria and Malik, Haq Nawaz},
|
| 232 |
+
journal={arXiv preprint arXiv:2607.20385},
|
| 233 |
+
year={2026}
|
|
|
|
| 234 |
}
|
| 235 |
```
|
| 236 |
+
|
| 237 |
## Repository
|
| 238 |
|
| 239 |
- Dataset repo: https://huggingface.co/datasets/Omarrran/Persian_Pixel
|