index int64 | text string | image image |
|---|---|---|
410,872 | n89nf | |
110,169 | r6k99f | |
419,514 | gcbjh | |
245,072 | cm9bg7 | |
121,768 | qej3k9 | |
445,839 | srkcg | |
457,641 | ed5swu | |
256,128 | su7uy | |
402,374 | xemv82 | |
298,997 | 62yesh | |
85,397 | 7ebn2 | |
416,580 | zft6h5 | |
219,812 | wav2bt | |
417,490 | mv3cq | |
8,592 | tmpwe | |
488,076 | un7sbq | |
100,856 | ztf9kh | |
488,674 | 6am2u | |
207,196 | qb3jz9 | |
418,855 | aa26f | |
78,825 | pjg9v | |
57,912 | 7qd7yj | |
138,475 | k5kqaf | |
359,122 | zwet8v | |
339,621 | ufce5w | |
410,452 | vctkhs | |
251,935 | 49hjzc | |
74,265 | 7dhw7w | |
450,371 | y43yq6 | |
95,542 | w47cb | |
59,986 | gmawqa | |
347,539 | 495qc | |
371,940 | s4yzrz | |
77,368 | hykas | |
261,065 | wkqqd8 | |
293,067 | 5h4fc | |
67,909 | scptjv | |
59,102 | rk3ysv | |
385,397 | d5k2pb | |
309,595 | h6yqbx | |
105,592 | sefdu | |
76,557 | j7xux2 | |
269,629 | p54rx4 | |
239,316 | htts8b | |
407,845 | 67nyn | |
195,928 | gpucqf | |
493,529 | cwvfdu | |
242,832 | ukbbj | |
17,244 | 4wy5v | |
19,799 | zmewk | |
294,922 | f5fxs | |
390,062 | bd79n | |
128,146 | nb26c | |
357,753 | yw2fz | |
248,623 | b8ucq | |
54,380 | tvft4 | |
9,362 | h2j49b | |
33,049 | jf75n | |
465,303 | 8txs8 | |
297,017 | 8qy5h9 | |
280,440 | 2qewc2 | |
497,286 | wky34 | |
485,040 | pehv8c | |
105,949 | 6c58tv | |
293,792 | 47ydgv | |
164,619 | qaa8t | |
141,676 | f6qfw | |
205,471 | pww2r | |
135,894 | kc5hw | |
425,728 | 7dn9k | |
386,897 | z998u | |
209,242 | n6c78v | |
79,793 | gkmxr | |
96,510 | pnkte | |
346,343 | ypj7t | |
275,827 | zx5q7 | |
443,404 | 8nz6j | |
232,939 | v9gakc | |
99,054 | v39wt | |
314,308 | ynnge9 | |
465,804 | w88ht | |
68,827 | g3fv3m | |
377,140 | vfxvck | |
190,903 | 2sk5ru | |
451,956 | gtfe9 | |
378,701 | zt3sy | |
28,924 | 8m2m8 | |
185,441 | a4c2f | |
111,874 | 4jf2k | |
147,053 | ndn8en | |
279,675 | nhwr48 | |
130,249 | a23ra | |
321,289 | p6qrtj | |
477,030 | vetww | |
232,995 | hzv84 | |
48,056 | gbqbw | |
27,748 | kc49j8 | |
381,441 | unxhc | |
221,412 | 72hg5s | |
35,386 | 6g98y5 |
End of preview. Expand in Data Studio
CaptchaOCR-500K
Dataset Summary
CaptchaOCR-500K is a large-scale CAPTCHA recognition dataset containing 500,000 CAPTCHA images with corresponding text labels.
The dataset is designed for training and evaluating Optical Character Recognition (OCR), CAPTCHA solving systems, image-to-text models, and computer vision models focused on text recognition.
Tasks
- Optical Character Recognition (OCR)
- CAPTCHA Recognition
- Image-to-Text
- Computer Vision
- Text Recognition
Languages
English (alphanumeric CAPTCHA characters)
Dataset Structure
Splits
| Split | Samples |
|---|---|
| Train | 450,000 |
| Validation | 25,000 |
| Test | 25,000 |
| Total | 500,000 |
Features
| Feature | Type | Description |
|---|---|---|
| image | Image | CAPTCHA image |
| text | string | Ground-truth CAPTCHA text |
Example
{
"image": <PIL.Image>,
"text": "n89nf"
}
Dataset Creation
The dataset consists of synthetically generated CAPTCHA images with corresponding text labels. Images contain distorted alphanumeric characters, noise patterns, background lines, and transformations commonly used in CAPTCHA systems.
Characteristics
- Fixed image size: 200×80 pixels
- Alphanumeric text
- Distortion and rotation effects
- Noise and interference lines
- Suitable for OCR and sequence recognition tasks
Usage
Load with Hugging Face Datasets
from datasets import load_dataset
dataset = load_dataset("AvinashRicky/CaptchaOCR-500K")
Example
sample = dataset["train"][0]
image = sample["image"]
text = sample["text"]
print(text)
Applications
- OCR model training
- CAPTCHA recognition research
- Vision-language model pretraining
- Text recognition benchmarks
- Computer vision education and experimentation
License
MIT License
Citation
If you use this dataset in your research or projects, please cite:
@dataset{captchaocr500k,
title={CaptchaOCR-500K},
author={AvinashRicky},
year={2026},
publisher={Hugging Face}
}
Acknowledgements
Created and maintained by AvinashRicky for OCR and CAPTCHA recognition research.
- Downloads last month
- 20