CoolFace
Datasetpublic

hezarai/parsynth-ocr-200k

ParsynthOCR is a synthetic dataset for Persian OCR. This version is a preview of the original 4 million samples dataset (ParsynthOCR-4M). Usage ๐Ÿค— Datasets from datasets import load_dataset dataset = load_dataset("hezarai/parsynth-ocr-200k") Hezar pip install hezar from hezar.data import Dataset dataset = Dataset.load("hezarai/parsynth-ocr-200k", split="train")

sourceHugging Faceupdated 2y agoView on Hugging Face
24likes802downloads
Dataset Card

ParsynthOCR is a synthetic dataset for Persian OCR. This version is a preview of the original 4 million samples dataset (ParsynthOCR-4M).

Usage

๐Ÿค— Datasets

python
from datasets import load_dataset

dataset = load_dataset("hezarai/parsynth-ocr-200k")

Hezar

pip install hezar
python
from hezar.data import Dataset

dataset = Dataset.load("hezarai/parsynth-ocr-200k", split="train")