About Image to Text (OCR)
AntiUpload's image-to-text tool runs OCR (optical character recognition) on a photo, scan, or screenshot and gives you the text back — copy it, or download a .txt file. Pick the document language for best accuracy across 14 languages.
The recognition runs entirely in your browser with a WebAssembly build of Tesseract, so your image never leaves your device. (The open-source language model is fetched once from a public CDN — that's generic data, not your file.) This makes it a private alternative to OCR sites that upload your photos to a server.
It works best on clear, high-contrast text — printed pages, screenshots, signs, receipts. Very low-resolution, skewed, or handwritten images recognize less reliably (this is a limit of OCR in general, not just in the browser).
How it works
- Drop your imageDrag a JPG, PNG, WebP, or BMP onto the upload zone, or click to browse. It stays on your device.
- OCR runs in your browserTesseract (WASM) reads the text on your device — pick the language first for best results.
- Copy or download the textThe extracted text appears for you to copy, and you can download it as a .txt file.