If searching your scanned documents turns up nothing, it isn’t you. A scan is an image, and an image has no text to match. Fixing it takes three moves: add a text layer, search across the whole pile at once, and — the part most guides skip — ask real questions instead of hunting keywords.
The short version
A scanned PDF is an image of a page with no underlying text, so search has nothing to match. To make it searchable you run OCR (optical character recognition), which adds an invisible text layer behind the image. After OCR, Ctrl-F works, text is selectable, and — with the right tool — you can search across thousands of scans at once and even ask questions of them in plain English.
How to tell if you have a scanned PDF
Open the file and try to select a line of text. Three outcomes tell you what you’re dealing with: if the cursor grabs nothing and just draws a box over blank space, it’s a scan and needs OCR. If you can select text but it pastes as gibberish, it has bad OCR and should be re-run. If text selects cleanly and pastes correctly, it’s already a digital PDF and needs nothing.
What OCR actually does
OCR reads the image, recognizes the characters, and writes them into an invisible text layer positioned under the visible page. The document looks identical; the difference only shows up when you search, select, or copy. Good tools place that text accurately beneath each word, so highlighting and copy-paste line up with what you see on the page.
Make one scan searchable, by tool
Adobe Acrobat Pro
Open the PDF, go to the Scan & OCR tools, and choose Recognize Text. Acrobat embeds a searchable text layer while preserving the page image, and it processes files locally — which matters for sensitive documents. Downsides: it needs a paid Acrobat Pro subscription (roughly $15–25/month) and can be slow on large files.
OCRmyPDF (free, open-source)
OCRmyPDF wraps the Tesseract engine and adds a text layer in a single command, offline. It’s the best option for batch work and automation: ocrmypdf input.pdf output.pdf, with flags like --deskew --clean to straighten and de-noise pages and -l eng+fra to set languages. It outputs searchable PDF/A and keeps the original image resolution. The catch is a command line and a few minutes of setup.
macOS Live Text
Recent macOS versions recognize text in images and PDFs with Live Text, so you can select and copy from a scan on the fly. Handy in a pinch — but it doesn’t write a text layer back into the file, so the PDF itself stays unsearchable. Treat it as a viewer feature, not a way to convert an archive.
Google Drive / Docs
Opening a scanned PDF with Google Docs runs OCR and drops the recognized text into a new Doc. That’s useful for grabbing text out of one file, but it doesn’t give you a searchable PDF — you lose the original layout, and it doesn’t scale to an archive.
Online OCR tools
Upload-and-download services turn a scan into a searchable PDF in about a minute with no install. Fine for a one-off, non-sensitive document — but think twice before uploading contracts, financials, or anything confidential to a free web tool, since you’re handing the file to a third party.
Which tool should you use?
| Tool | Cost | Best for | Watch out for |
|---|---|---|---|
| Acrobat Pro | Paid (~$15–25/mo) | A few files, locally, with a license | Cost; slow on big files |
| OCRmyPDF | Free | Batch and automation, offline | Command line; setup |
| macOS Live Text | Free | Grabbing text on screen | Doesn’t make the PDF searchable |
| Google Docs | Free | Pulling text from one file | No searchable PDF; loses layout |
| Online OCR | Free / freemium | A one-off, non-sensitive file | Privacy — you upload the file |
The real problem: searching across hundreds of scans
OCR-ing one file is easy. The pain starts when the answer could be in any of hundreds of scanned invoices, contracts, or reports and you don’t know which. Per-file OCR doesn’t solve that — you need everything OCR’d and searchable in one place. Options range from OCR-ing a folder in bulk (OCRmyPDF handles batches) and letting your operating system index it, to a document tool that OCRs on import and searches the whole archive together. The goal is one search box over every document, not a folder-by-folder hunt.
Beyond keywords: asking questions of your scans
Even perfect search only finds words. “What’s the total on this invoice?” isn’t a keyword, and neither is “which of these leases allows pets.” Tools that read the OCR’d text with AI let you ask in plain English and get the answer with the page it came from, so you can verify it. That’s the layer DocuStrata adds: it OCRs scans automatically on import and lets you ask across the entire archive, every answer citing its source — and, unlike a free web converter, your documents are never used to train a model.
Getting OCR results you can trust
Accuracy is mostly set before OCR even runs — by the scan itself.
- Scan at 300 DPI. Moving from 150 to 300 DPI typically buys several points of accuracy.
- Deskew and clean crooked or noisy pages (OCRmyPDF’s
--deskew --cleanhandle most of this automatically). - Set the right language. The wrong language pack garbles results, and multi-language documents need both specified.
- Spot-check confusable characters — l/1, O/0, rn/m, S/5 — and verify any number that matters against the original page.
- Expect trouble with handwriting, stamps, and multi-column layouts; classic OCR is trained on printed text.
Frequently asked questions
Can you search a scanned PDF without OCR?
No. A scanned PDF is an image with no text layer, so search has nothing to match. You have to run OCR first to add a searchable text layer; after that, normal search works.
Does Google Drive make a scanned PDF searchable?
Not exactly. Opening a scan with Google Docs extracts the text into a new document, but it does not produce a searchable PDF and it loses the original formatting. It is fine for pulling text out of one file, not for keeping a searchable archive.
How do I search hundreds of scanned PDFs at once?
OCR them all, then keep them somewhere with one search over the whole set — a bulk OCR pass plus your operating system’s index, or a document tool that OCRs on import and searches the entire archive together. Per-file OCR alone will not scale.
Is OCR accurate enough to trust?
For clean, printed text scanned at 300 DPI, modern OCR is very accurate. Accuracy drops with low-resolution scans, handwriting, stamps, and multi-column layouts, so always verify critical figures against the original page.
Is it safe to use a free online OCR tool for sensitive documents?
Be careful. Free online tools require uploading your file to a third party. For contracts, financial records, or anything confidential, use a local tool like Acrobat or OCRmyPDF, or a service that clearly states it does not retain or train on your documents.