parsynth-ocr-200k / README.md
arxyzan's picture
Update README.md
deef7ae
|
raw
history blame
544 Bytes
metadata
task_categories:
  - image-to-image
language:
  - fa
tags:
  - hezar
pretty_name: ParsynthOCR-200K
size_categories:
  - 100K<n<1M

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")