How to Make a Scanned PDF Searchable with OCR
July 19, 2026
You scanned a stack of paperwork, opened the PDF, pressed Ctrl+F to find a name — and got nothing. That's because a scanned PDF isn't text at all: it's a series of photographs of text. OCR is the fix, and you no longer need desktop software or a file upload to use it.
Why you can't search a scanned PDF
A PDF exported from Word or Google Docs carries its text as actual characters, so search, selection, and copy & paste all work. A PDF produced by a scanner or a phone camera carries only images. To your PDF reader, the word “Invoice” on a scanned page is just a pattern of dark pixels — there is nothing to search for.
What OCR actually does
OCR — Optical Character Recognition — analyzes each page image, finds the shapes that form letters and words, and works out what they say and exactly where they sit on the page. A good OCR tool then writes that text back into the PDF as an invisible layer positioned precisely under the original image.
The result looks identical to your scan, but behaves like a born-digital document:
- Ctrl+F / Cmd+F finds words anywhere in the file.
- You can select passages and copy them into email, Word, or a spreadsheet.
- Screen readers and other accessibility tools can finally read the document aloud.
Making a scan searchable, step by step
- Open the OCR PDF tool and drop in your scanned PDF.
- Pick the document's language — English, Indonesian, or both for mixed documents. The first run downloads the recognition engine (about 6 MB) into your browser; after that it is cached.
- Click Recognize Text and watch the per-page progress. On a typical laptop, expect a few seconds per page.
- The searchable PDF downloads automatically. You can also grab the recognized text as a plain .txt file for editing or archiving.
Everything above happens on your device. The OCR engine (Tesseract) runs as WebAssembly inside the browser, which means scans of contracts, ID cards, and medical records are never uploaded anywhere.
Getting the best recognition accuracy
OCR quality is mostly decided before the software ever runs — at scan time:
- Resolution: scan at 200–300 DPI. Below that, letters blur together.
- Alignment: keep pages straight. Heavily skewed text is much harder to read.
- Lighting: when photographing documents with a phone, use even light and avoid shadows across the text.
- Contrast: black text on white paper recognizes far better than faded print or colored backgrounds.
Even with a perfect scan, expect the occasional misread character in stylized headings or stamps — OCR is excellent, not infallible. For anything legally sensitive, proofread the extracted text.
After OCR: tidy up the document
Once your scan is searchable, the other browser tools apply as usual: merge multiple recognized scans into one archive, split out the pages you need, or compress the result if the original scan was heavy.
OCR for scanned PDFs — FAQ
Will OCR change how my scanned pages look?
No. The recognized text is added as an invisible layer underneath the original scan. Every page remains pixel-identical — the only difference is that you can now search, select, and copy the text.
How accurate is browser-based OCR?
On clean, flat scans at 200 DPI or higher, modern OCR engines like Tesseract recognize the vast majority of printed text correctly. Accuracy drops with skewed pages, low-resolution photos, unusual fonts, and handwriting.
Is it safe to OCR sensitive documents like contracts?
With a client-side tool, yes — the OCR engine runs as WebAssembly inside your browser, so the document is processed on your own device and never uploaded to a server.
Can I OCR a PDF that mixes two languages?
Yes. Select multiple recognition languages at once — for example English and Indonesian — and the engine will consider both when reading each page.