Guide
Scanned vs Text-Based PDFs: How to Tell, and Why It Changes Everything
Two PDFs can sit side by side on your desktop, look completely identical when you open them, print the same, and still be entirely different kinds of file. One is 80 KB and you can search it; the other is 24 MB and Ctrl+F finds nothing. Almost every confusing thing a PDF does traces back to this distinction, and once you can spot it, a lot of otherwise mysterious behaviour becomes obvious.
The five-second test
Open the file and try to select a line of text with your cursor. That's it.
- The text highlights word by word — you have a text-based PDF.
- Nothing highlights, or a blue box covers the whole page at once — you have a scanned (image-based) PDF.
Two confirmations if you want them. Press Ctrl+F (Cmd+F on a Mac) and search for a word you can clearly see on screen: a text-based PDF finds it, a scanned one reports nothing. Or zoom in to 400% — real text stays crisp at any zoom level because it's drawn from font outlines, while a scan goes soft and pixelated, because you're magnifying a photograph.
What each one actually is
A text-based PDF is what you get when a document is exported directly from software — Word, Google Docs, a spreadsheet, a design tool, a "print to PDF" command. Internally it holds the actual characters, a reference to the fonts they should be drawn in, and coordinates for where each run of text belongs on the page. The viewer reconstructs the page from those instructions every time you open it. Because text is stored as text, it's searchable, selectable, copyable, and tiny.
A scanned PDF is what you get from a scanner, a photocopier's "scan to email" function, a phone scanning app, or converting photos. Each page is a single photograph wrapped in a PDF container. There are no characters in the file at all — only pixels that happen to form shapes your eyes recognise as writing. The file has no idea there are words in it.
There's also a common hybrid worth knowing about. Many scanners and apps run OCR — optical character recognition — and store an invisible layer of recognised text on top of the page image. These files look like scans, are nearly as large as scans, but are searchable and selectable, sometimes with odd results where the recognition guessed wrong. If selecting text gives you slightly garbled words that don't quite match what's printed, you're looking at an OCR layer.
Why the distinction matters so much
File size. This is the big one. A text-based document is a few kilobytes per page; a scanned one can be several megabytes per page. It's also why compression behaves so differently between them — covered in detail in why your PDF is so large.
Searching and copying. A scanned PDF cannot be searched, and text cannot be copied out of it, because there is no text to find. No setting fixes this; the information genuinely isn't in the file. It has to be added by running OCR.
Quality when zoomed or printed. Text-based PDFs are resolution-independent — they render sharply at any size, on any printer. A scan is fixed at whatever resolution it was captured. Enlarge it and you get bigger pixels, not more detail.
Accessibility. Screen readers read text. A scanned page is, to assistive technology, a blank image with no content — which is why scanned documents are a genuine accessibility problem when they're the only version available.
Editing. Correcting a typo in a text-based PDF is fiddly but possible. In a scan it isn't editing at all — you'd be retouching a photograph.
What still works fine on a scanned PDF
It's worth being clear that scanned PDFs aren't broken or second-class for most routine operations. Page-level work doesn't care what the pages contain:
- Merging and splitting work identically — pages are pages.
- Rotating works, and is especially common on scans, which arrive sideways constantly.
- Exporting pages as images works, and on a scan it's essentially recovering the original photograph.
What doesn't work is anything requiring the file to understand its own text: searching, copying, and meaningful compression.
If you need a scan to become searchable
You need OCR, and HerePDF doesn't do it. That's a deliberate limit rather than an oversight: every tool here runs inside your browser, and OCR is a heavy operation that most tools handle by uploading your document to a server — the exact thing this site exists to avoid.
Reasonable options, depending on the document: many scanner drivers and phone scanning apps can produce searchable PDFs directly if you enable the setting before scanning, which is much the easiest route. Desktop software like Adobe Acrobat or the open-source OCRmyPDF will do it locally after the fact. Cloud services will do it too — just make a deliberate decision about that if the document is sensitive, rather than defaulting into it.
The rule of thumb
If a PDF came out of software, it's text-based: small, searchable, sharp. If it came off a piece of glass or through a camera lens, it's a stack of photographs: large, unsearchable, fixed in resolution. When a PDF behaves in a way that surprises you, check which kind you're holding first — the answer is usually right there.
Related
Why Your PDF Is So Large — And What Actually Makes It Smaller — where this distinction has the biggest practical consequence.