CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01priyank-m /text_recognition_en_zh_clean Dataset Card for "text_recognition_en_zh_clean" More Information needed image1M<n<10M6 likes957 downloads4y agoHugging Face02priyank-m /MJSynth_text_recognition Dataset Card for "MJSynth_text_recognition" This is the MJSynth dataset for text recognition on document images, synthetically generated, covering 90K English words. It includes training, validation and test splits. Source of the dataset: https://www.robots.ox.ac.uk/~vgg/data/text/ Use dataset streaming functionality to try out the dataset quickly without downloading the entire dataset (refer: https://huggingface.co/docs/datasets/stream) Citation details provided on the source… See the full description on the dataset page: https://huggingface.co/datasets/priyank-m/MJSynth_text_recognition.imageimage-to-text1M<n<10M8 likes805 downloads3y agoHugging Face03priyank-m /trdg_random_en_zh_text_recognition Dataset Card for "trdg_random_en_zh_text_recognition" This synthetic dataset was generated using the TextRecognitionDataGenerator(TRDG) open source repo: https://github.com/Belval/TextRecognitionDataGenerator It contains images of text with random characters from Engilsh(en) and Chinese(zh) languages. Reference to the documentation provided by the TRDG repo: https://textrecognitiondatagenerator.readthedocs.io/en/latest/index.html imageimage-to-text100K<n<1M3 likes743 downloads2y agoHugging Face04redactable-llm /synth-text-recognition Dataset Card for "Synth-Text Recognition" This is the dataset for text recognition on document images, synthetically generated, covering 90K English words. It includes training, validation and test splits. imageimage-to-text1M<n<10M4 likes658 downloads3y agoHugging Face05priyank-m /text_recognition_en_zh Dataset Card for "text_recognition_en_zh" More Information needed image1M<n<10M1 likes602 downloads4y agoHugging Face06Melaraby /EvArEST-dataset-for-Arabic-scene-text-recognition EvArEST Everyday Arabic-English Scene Text dataset, from the paper: Arabic Scene Text Recognition in the Deep Learning Era: Analysis on A Novel Dataset The dataset includes both the recognition dataset and the synthetic one in a single train and test split. Recognition Dataset The text recognition dataset comprises of 7232 cropped word images of both Arabic and English languages. The groundtruth for the recognition dataset is provided by a text file with each line… See the full description on the dataset page: https://huggingface.co/datasets/Melaraby/EvArEST-dataset-for-Arabic-scene-text-recognition.image100K<n<1M2 likes485 downloads11mo agoHugging Face07longhoang06 /text-recognition Dataset Card for "text-recognition" More Information needed image100K<n<1M0 likes452 downloads3y agoHugging Face08priyank-m /SROIE_2019_text_recognitionThis dataset we prepared using the Scanned receipts OCR and information extraction(SROIE) dataset. The SROIE dataset contains 973 scanned receipts in English language. Cropping the bounding boxes from each of the receipts to generate this text-recognition dataset resulted in 33626 images for train set and 18704 images for the test set. The text annotations for all the images inside a split are stored in a metadata.jsonl file. usage: from dataset import load_dataset data =… See the full description on the dataset page: https://huggingface.co/datasets/priyank-m/SROIE_2019_text_recognition.imageimage-to-text10K<n<100K14 likes290 downloads4y agoHugging Face09Empatixx /synth-text-recognition-multilines-cs Czech Synthetic Multiline Text Recognition Dataset A large-scale synthetic dataset for Czech multiline text recognition, containing 100,000 text images with corresponding transcriptions. Created using SynthTiger. Dataset Description This dataset consists of synthetically generated images of Czech text with multiple lines per image, designed for training optical character recognition (OCR) models that can handle complex multiline text layouts. Each image contains 3 lines… See the full description on the dataset page: https://huggingface.co/datasets/Empatixx/synth-text-recognition-multilines-cs.image100K<n<1M0 likes259 downloads1y agoHugging Face10Empatixx /synth-text-recognition-cs Czech Synthetic Text Recognition Dataset A large-scale synthetic dataset for Czech text recognition, containing 454,820 text images with corresponding transcriptions. Created using SynthTiger. Dataset Description This dataset consists of synthetically generated images of Czech text, designed for training optical character recognition (OCR) models. Each image contains a single word or short phrase rendered with various visual effects to simulate real-world text appearance.… See the full description on the dataset page: https://huggingface.co/datasets/Empatixx/synth-text-recognition-cs.image100K<n<1M0 likes246 downloads1y agoHugging Face11priyank-m /chinese_text_recognitionSource of data: https://github.com/FudanVI/benchmarking-chinese-text-recognition imageimage-to-text100K<n<1M35 likes238 downloads4y agoHugging Face12priyank-m /IAM_words_text_recognitionimage100K<n<1M9 likes194 downloads4y agoHugging Face13priyank-m /trdg_wikipedia_en_text_recognition Dataset Card for "trdg_wikipedia_en_zh_text_recognition" This synthetic dataset was generated using the TextRecognitionDataGenerator(TRDG) open source repo: https://github.com/Belval/TextRecognitionDataGenerator It contains synthetic images of text randomly sampled from Engilsh(en) Wikipedia pages. Reference to the documentation provided by the TRDG repo: https://textrecognitiondatagenerator.readthedocs.io/en/latest/index.html imageimage-to-text100K<n<1M1 likes150 downloads2y agoHugging Face14deepcopy /text_recognition_en_zh_250k Dataset Card for "text_recognition_en_zh_250k" More Information needed image100K<n<1M0 likes85 downloads1y agoHugging Face15priyank-m /trdg_random_single_words_en_text_recognition Dataset Card for "trdg_random_single_words_en_text_recognition" More Information needed image100K<n<1M0 likes74 downloads4y agoHugging Face16sonnetechnology /license-plate-text-recognition-full Dataset Card for "license-plate-text-recognition-full" Background Information This dataset is generated from keremberke/license-plate-object-detection dataset. What we have done is: Get the Bounding Boxes for each plate in an image, Crop the image to make the plate only visible, Run it through the microsoft/trocr-large-printed model to extract the written information. Structure of the Dataset It has the same structure as the… See the full description on the dataset page: https://huggingface.co/datasets/sonnetechnology/license-plate-text-recognition-full.imageimage-to-text1K<n<10K3 likes72 downloads3y agoHugging Face17amjad-awad /Arabic-Handwritten-Text-Recognition-Dataset Dataset Description This dataset is a re-uploaded version of the Muharaf dataset. The original dataset was created by Mehreen Saeed et al. and released for research purposes. This repository is intended for easier access and experimentation via Hugging Face. | How to use from datasets import load_dataset ds = load_dataset("amjad-awad/Arabic-Handwritten-Text-Recognition-Dataset") print(ds["train"][0]["image"]) Attribution All credit for creating and… See the full description on the dataset page: https://huggingface.co/datasets/amjad-awad/Arabic-Handwritten-Text-Recognition-Dataset.imagen<1K2 likes61 downloads9mo agoHugging Face18deepcopy /text_recognition_en_zh_small_250k Dataset Card for "text_recognition_en_zh_small_250k" More Information needed image100K<n<1M0 likes47 downloads1y agoHugging Face19priyank-m /iam_sroie_text_recognitionimage100K<n<1M0 likes44 downloads4y agoHugging Face20priyank-m /trdg_dict_random_words_en_text_recognition Dataset Card for "trdg_random_words_en_text_recognition" More Information needed image100K<n<1M0 likes43 downloads4y agoHugging Face21deepcopy /handwritten-text-recognition-bongabdo Dataset Card for Bongabdo Dataset Summary Bongabdo is a curated dataset of full-page Bangla (Bengali) handwritten text, intended for use in offline handwriting recognition tasks using modern neural architectures. It includes high-resolution scanned images of handwritten Bangla scripts, transcriptions, and rich per-document metadata. The data has been contributed by people of diverse age groups, occupations, and genders, making it well-suited for training robust… See the full description on the dataset page: https://huggingface.co/datasets/deepcopy/handwritten-text-recognition-bongabdo.imagen<1K0 likes34 downloads1y agoHugging Face22napatswift /thvl_text_recognition Dataset Card for "thvl_text_recognition" More Information needed image100K<n<1M0 likes32 downloads4y agoHugging Face23priyank-m /word_based_IAM_SROIE_text_recognition Dataset Card for "word_based_IAM_SROIE_text_recognition" More Information needed image100K<n<1M2 likes27 downloads4y agoHugging Face24priyank-m /balanced_SROIE_CHINESE_IAM_text_recognitionimage100K<n<1M0 likes25 downloads4y agoHugging Face25cytingting /chinese_text_recognitionSource of data: https://github.com/FudanVI/benchmarking-chinese-text-recognition imageimage-to-text100K<n<1M0 likes22 downloads9mo agoHugging Face26deepcopy /khmer-text-recognitionimage100K<n<1M0 likes20 downloads1y agoHugging Face27pnadel /amharic-text-recognitionimage10K<n<100K0 likes18 downloads2y agoHugging Face28BatSilver /TextRecognition_Document_RealScene_Data 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 (TextRecognitionDatasetCompleteAnnotation.csv) with ground truth… See the full description on the dataset page: https://huggingface.co/datasets/BatSilver/TextRecognition_Document_RealScene_Data.image1K<n<10K0 likes15 downloads1y agoHugging Face29BatSilver /TextRecognitionData 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… See the full description on the dataset page: https://huggingface.co/datasets/BatSilver/TextRecognitionData.image1K<n<10K0 likes14 downloads1y agoHugging Face30Mihaiii /SROIE_2019_text_recognition-other-cols-5Subset (+ some renamings and data processing) of https://huggingface.co/datasets/priyank-m/SROIE_2019_text_recognition image1K<n<10K0 likes10 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.