TextRecognitionData / README.md
BatSilver's picture
Update README.md
45a4bc7 verified

Text Recognition Dataset

This dataset is a comprehensive collection of Arabic and English text recognition samples designed for benchmarking and evaluating text recognition models. The dataset combines multiple sources to provide diverse text recognition challenges across different domains, scripts, and image conditions.


๐Ÿ“ Dataset Structure

  • Images are stored in .png format ()
  • Accompanied by a CSV file (TextRecognitionAnnotations.csv) with ground truth annotations and text characteristics.

๐Ÿ“š Data Sources and Attribution

This dataset is compiled from samples taken from the following sources:

Note: This dataset contains selected samples from the above sources, with additional text characteristics and annotations added for comprehensive text recognition evaluation.

๐Ÿ“ŠDataset Statistics

Metric Value
Total Images 3243
Languages English and Arabic
Image Format .png

๐Ÿ“Š Data Insights

๐ŸŒText Characteristics

Characteristic Values
Language Arabic, English
Type of Word String, Number, Character and Mixed
Text Type Typed and Handwritten
Image Category scene_text, medical_prescription, handwritten

๐Ÿ› ๏ธ How to Use

You can load the dataset using:

from datasets import load_dataset

ds = load_dataset("BatSilver/TextRecognitionData")