{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.024Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"code-to-image","name":"Code to Image","url":"https://toolsly.tools/code-to-image"},{"slug":"base64-to-image","name":"Base64 to Image","url":"https://toolsly.tools/base64-to-image"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"colors-from-image","name":"Colors from Image","url":"https://toolsly.tools/colors-from-image"},{"slug":"image-to-base64","name":"Image to Base64","url":"https://toolsly.tools/image-to-base64"}],"kind":"converter","slug":"image-to-text","name":"Image to Text (OCR)","description":"Extract text from images using OCR — free online, runs in your browser.","longDescription":"Drop in an image and download the recognized text as a plain .txt file. We use Tesseract.js — a WebAssembly build of the open-source Tesseract OCR engine — so recognition happens entirely on your device and the image never leaves your browser. The first run downloads a small language model (~10–15 MB per language, cached after that). Quality depends heavily on the source: clean, high-resolution scans of printed text work best; handwriting, blurry photos, low-contrast screenshots, and very small fonts produce poor results. For non-Latin scripts, pick the matching language for far better accuracy.","category":"image","categoryName":"Image","keywords":["image to text","ocr online","ocr free","image to text converter","ocr image","extract text from image","online ocr","picture to text","image text extractor","scan to text","photo to text","free ocr online","ocr converter"],"url":"https://toolsly.tools/image-to-text","runsOn":"client","multiple":false,"batch":false,"input":{"type":"file","extensions":[".png",".jpg",".jpeg",".webp",".bmp"],"mimeTypes":["image/png","image/jpeg","image/webp","image/bmp"]},"output":{"type":"file","extension":".txt","mimeType":"text/plain"},"options":[{"type":"select","key":"language","label":"Language","defaultValue":"eng","choices":[{"value":"eng","label":"English"},{"value":"spa","label":"Spanish"},{"value":"fra","label":"French"},{"value":"deu","label":"German"},{"value":"chi_sim","label":"Chinese (Simplified)"},{"value":"jpn","label":"Japanese"},{"value":"ara","label":"Arabic"}],"help":"Pick the language that matches the text in your image. Models are downloaded on first use (~10–15 MB) and cached afterwards."}],"invocation":{"webUi":"https://toolsly.tools/image-to-text","api":null,"notes":"Currently runs client-side in the user's browser. Drop a file on the UI at `webUi` and download the converted result. A remote MCP/REST API is planned."}}