Image to Text (OCR)

Extract text from a screenshot, scan, or photo — the recognition engine runs entirely in your browser.

Click to upload or drag an image here JPG, PNG, or WebP — clearer text gives more accurate results
The first extraction downloads a one-time OCR language pack (~11MB) — it's cached by your browser after that, so future uses are instant.

How to Extract Text from an Image (OCR)

  1. Click the upload area or drag in a JPG, PNG, or WebP image containing text — screenshots, scans, and photos all work.
  2. Click "Extract Text" — the first time you do this, the browser downloads a one-time OCR language pack (about 11MB).
  3. Watch the status message for live recognition progress as the OCR engine analyzes the image.
  4. Once done, review the extracted text in the box below and click "Copy Text" to copy it to your clipboard.

Frequently Asked Questions

Why does the first extraction take so much longer than later ones?

The tool uses Tesseract.js, a WebAssembly OCR engine that needs to download its English language training data (roughly 11MB) before it can recognize anything. Your browser caches that data after the first download, so every extraction after that starts almost immediately.

What languages does this OCR tool support?

Currently only English - the recognition worker is loaded with the eng language pack specifically. Text in other languages or scripts won't be recognized accurately.

Why did I get garbled or missing text from my image?

OCR accuracy depends heavily on image quality - low resolution, blurry photos, unusual fonts, low contrast, or heavily stylized/handwritten text all reduce accuracy. Screenshots and scans of printed text with good contrast give the most reliable results.

Is my image uploaded to a server to run OCR?

No. Tesseract.js runs the entire recognition process inside your browser using WebAssembly - your image and the extracted text never leave your device.

Can it read handwriting?

Not reliably. Tesseract's OCR model is trained primarily on printed and typed text; handwritten text recognition is a different, much harder problem and results will generally be poor.