Active
wiro / easy_ocr
easy_ocr
EasyOCR is the text-recognition model that identifies and extracts text from images.
Ocr
Model ID
easy_ocr
Provider
wiro
Added
1736933173
wiro playground—wiro/easy_ocr
Added 1736933173
EasyOCR is the text-recognition model that identifies and extracts text from images.
API quick start
Run easy_ocr with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/easy_ocr
{
"inputImage": "https://your-cdn.com/input.png",
"inputImageUrl": "...",
"language": "English"
}