Why Can't I Search a Scanned PDF? An OCR Guide
When you scan a document and save it as a PDF, the letters your eye reads do not exist for the computer. The file holds only pixels. OCR is a separate process that looks at those pixels and guesses at the letters.
What a scanned PDF actually is
A scanner photographs a page and puts that photograph inside a PDF container. The result carries a .pdf extension but its content is no different from a JPEG: there is no text layer. That is why Ctrl+F finds nothing, copying produces nothing, and screen readers cannot read the page.
A PDF produced from Word stores text as characters: which glyph, in which font, at which coordinate. The two files look identical and are completely different things.
What OCR does
OCR (Optical Character Recognition) analyses the shapes in an image and guesses which letter each one resembles. The output is a text layer, placed invisibly over the image. The page looks the same, but it is now searchable and copyable.
The critical point: OCR is a guess, not a reading. Every result carries an accuracy rate, and that rate is driven mostly by the quality of the input.
What determines accuracy
| Factor | Good | Bad |
|---|---|---|
| Resolution | 300 DPI | Below 150 DPI |
| Contrast | Black text, white background | Grey photocopy, yellowed paper |
| Skew | Straight scan | Tilted or curved page |
| Typeface | Standard print type | Handwriting, decorative fonts |
| Layout | Single column | Complex tables, multi-column |
Scanning the same document at 300 DPI instead of 150 buys you more accuracy than any software setting will. Source quality comes before everything else.
Language matters more than people think
OCR does not judge shapes in isolation; it leans on a language model to resolve ambiguity. Running an English model over a Turkish, German or Polish document produces visibly more errors — not because the shapes are harder, but because the model is not expecting those characters and words.
Turkish is a good example: the distinction between dotless ı and dotted i disappears at low resolution, and only a model that expects both will resolve it correctly. Always set the language to match the document.
What to expect afterwards
- Clean printed document: 98–99% is normal. Still check numbers and names.
- Photocopy: 90–95%. Column bleed in tables is common.
- Old or stained document: 70–90%. Manual correction is unavoidable.
- Handwriting: Standard OCR is not built for it; do not treat the output as reliable.
99% accuracy sounds excellent, but on a 500-word page that is five errors. Never use OCR output from contracts, invoices or identity documents without verification — especially the digits.
A practical sequence
- Scan at 300 DPI in greyscale or black and white.
- Straighten the page if it is skewed.
- Set the OCR language to match the document.
- Visually verify numbers, names and dates in the output.
- Keep the searchable copy, and keep the original scan too.
Frequently asked questions
Does OCR change how the document looks?
No. The text layer is placed invisibly over the image; the page looks the same but becomes searchable and copyable.
Can OCR read handwriting?
Standard OCR is built for printed type and does not give reliable results on handwriting. Never use the output unverified; typing it out is usually faster.
Why are some letters wrong?
OCR is a guess. Low resolution, a skewed page, weak contrast and decorative typefaces all reduce accuracy. Setting the wrong recognition language adds errors of its own.
What resolution does OCR need?
300 DPI is the practical standard. Lower measurably reduces accuracy; higher usually inflates the file without improving recognition.
More guides
Signing PDFs: A Drawn Signature Is Not a Digital Signature
The difference between pasting a signature image into a PDF and cryptographically signing it, how binding each one is, and when you need which.
What PDF Password Protection Actually Protects
The two kinds of PDF password, why one is real encryption and the other is a polite request, and which threats a password genuinely helps against.
Email Attachment Limits and What to Do With a Large PDF
Attachment limits in Gmail, Outlook and corporate servers, why encoding makes files bigger in transit, and the order in which to try fixes.
Try Konta PDF
Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.
Open the tools