Why a photo of text is not editable — and how OCR fixes it
A JPG is a grid of coloured pixels. To your eye those pixels spell words, but to software they are just dots — which is why you cannot click into a screenshot and fix a typo. Optical character recognition (OCR) is the bridge: it detects the shapes of letters, matches them against a language model, and outputs real characters. JPG to Word wraps that process end to end, handing you a .docx whose text you can select, correct, restyle, and search.
The important design choice here is that the text is transcribed into the document body rather than pasted as a picture. A lot of “image to Word” tools take the lazy route — they embed your JPG inside an otherwise empty Word file, which looks converted but edits like a photograph. If that is genuinely what you want (say, to annotate around the image), tick Also embed the original image and you get the picture and its transcription together.
Getting the best recognition
Three things move accuracy more than anything else:
- Resolution and focus. Sharp, reasonably large text beats a distant blurry shot. If you are photographing a page, fill the frame with it.
- Contrast and lighting. Dark text on a light background, evenly lit, with no glare. Flatten curled pages and avoid shadows across the text.
- The right language. The model is language-specific. Running Turkish, German, or French text through the English model garbles every accented character; pick the matching language first and the correct model loads once, then stays cached.
None of this leaves your machine. The recognition engine runs in the browser tab, so sensitive documents — contracts, medical letters, anything with personal data — are processed locally, the same privacy model as our AI OCR and OCR PDF tools.
After the conversion
Edit the .docx in Word, Google Docs, or LibreOffice, then, when it is final, run it through Word to PDF to lock the layout for sharing. If the image was a table rather than prose, JPG to Excel rebuilds the rows and columns instead of flowing everything into paragraphs.