Datasets:
image image | text string |
|---|---|
N | |
hgfA5go6=5z3qEif4V| | |
B!MOh4zS|S3Q?#u(z | |
l!rT=G{,D0 | |
Ir9nWlXdJOa7,i$ | |
. | |
JlR8>2C0)BOG0xpa@q7# | |
LeRMkM[rU+4lJ91 | |
O&VcqGyeVk;9WRv_ | |
4R|6N;fL#1k1 | |
D | |
L#St3B%m&U+ | |
WyEUs8#exlfY7DR | |
s248}.EDJCu&h%AT.)b | |
E | |
F2lTVYPM|7QQwb.|oj | |
1*>-MjUb9>q]qjPFpvG= | |
6Wg].R+uNr7#wT81} | |
r | |
+F&=R*#{jT|X | |
${)?ya!.uS)=csC(+ | |
9rT2AADP}YgY | |
nK;QmE,F$Qm-+]h | |
k | |
!VPO&kNSjW2B3b | |
G1|QI2+bFF}&{dz | |
M | |
}|rV_VC(nm1 | |
H!*d1{{5bht]a)& | |
&0jZYD$y=z | |
R0UOFJh2:zO3cJQR&> | |
&{Rkpc8Fnyx}7 | |
c$E9ppYUbBHiU | |
6ij6#k1MoHUN | |
V<E{j!>Xgu2MMD<g;{9 | |
4l(ZO<mI@:K_zIHhox,& | |
N | |
pVG>wskjRueH*D:0XLg | |
? | |
%F%=]v}sX%5u}|;? | |
| | |
? | |
]Tg3C[=wQyr | |
x | |
ifdD:wG+-DGrA[|(6l | |
9 | |
!0|03Gp!:Q**,JbxM>7= | |
{GvJ.XwMW|bN(I<h | |
-uskaPF+<rm1h%6_meC | |
$S1q#{ag=i | |
z[>4NyENN0w6dOmj^ | |
tHF9Mfm$Ol[; | |
YsEvK(_VR@;<b | |
- | |
O:;exyj$5q3PDc-Ze- | |
p | |
ruFxH?[TeO@lhv!_(iUg | |
f | |
ibb$n{yP[ewu@,+d{31< | |
k+b8B8>uK>sjiKj | |
+m2?f!Q1qMM56h)WJ | |
qXZ,}4@1MBB1Tt | |
=.<q7w?..i!E | |
^kM@kk|:1Xm<uHii.4 | |
NWXP*k#wy*f | |
hIVHbT{zP?Pc>. | |
M:6]Pa5t33d-uz | |
VJgfW]9,P{WB | |
KK4Rzq&J:EDba9!$ | |
I-MYB.IxIFTxh] | |
^DKbmfIC$}+?LG | |
I | |
KD[ht,->:;0UCjXG | |
[otg+i>ij| | |
f | |
m | |
_;.1pu;hI[E | |
? | |
+Hc3HDt&F(hS | |
9u:u|Sbv02xYP | |
K<uSzEc1*Zs<O3:8 | |
M0BhbZXB53n%VNG%[*p | |
_I>d(K;fRx;}H#l | |
tR<e;K@{Yz#49=kLZ | |
&aH{%iRYH=6q-zFrI<2^ | |
jFk^x.-oSqvMs | |
eaAmYUN+}U | |
5t<b>IK|dM%!k88j:3r | |
R)Kx.F9))$| | |
*OjLx$5Oa*iA | |
rs_ecSxwQ@c$#R,Uf | |
I | |
w)|h?Vc>TWin8OZ<R3 | |
> | |
U | |
a83=LY[kq};;3@yy | |
{ | |
pa4l<;39?E | |
3$fd^.|2O1v | |
wDx,]Bq%2*;v |
End of preview. Expand in Data Studio
ποΈ Legend-OCR Dataset
Welcome to the Legend-OCR dataset! This is a highly robust, synthetically generated Vision dataset designed specifically for training Optical Character Recognition (OCR) models and Vision-Language Models (VLMs) like TrOCR, Florence-2, LLaVA, and Qwen-VL.
π Dataset Overview
- Name: Legend-OCR
- Type: Synthetic Vision-Text Pair
- Size: 100,000 High-Quality Images (Configurable)
- Format: Parquet (Embedded PNG Bytes + String Text)
- Task: Image-to-Text / OCR
- Characters Covered: Alphabets (A-Z, a-z), Numbers (0-9), and all standard Punctuation/Symbols.
π Key Features & Generation Logic
This dataset was procedurally generated using Python (PIL) with advanced randomization techniques to make the AI models robust against real-world variations:
- Massive Font Variety: Uses multiple Linux-native fonts (
Ubuntu,Roboto,Noto,Liberation) encompassing Regular, Bold, Italic, and Thin styles. - Dynamic Text Lengths:
- 30% of the dataset features Single Characters (perfect for basic symbol recognition and bounding box training).
- 70% features 10 to 20 Characters (perfect for word and sentence-level context recognition).
- High-Contrast Backgrounds:
- 50% Images: Dark Background with Light/White Text.
- 50% Images: Light Background with Dark/Black Text.
- Dynamic Image Sizing: Bounding boxes and image canvas sizes scale automatically based on text length and randomized padding, teaching the model to focus on the subject rather than a fixed aspect ratio.
- Zero Hallucination: Since the dataset is synthetically generated natively in code, the ground truth text has a 100% accuracy rate.
π Dataset Structure
Under the hood, the dataset is saved in highly compressed Parquet format. The schema looks like this:
{
"image": {
"bytes": "\u0089PNG\r\n\u001a\n\u0000\u0000\u0000\rIHDR...",
"path": null
},
"text": "Hello@123!"
}
- Downloads last month
- 57