How to Tell If a PDF Is Scanned or Searchable

2026/07/22

Click to upload or drag and drop

PDF, DOCX, PPTX, TXT, JPG, JPEG, PNG, HEIC, ODP, ODT, BMP, or TIFF

up to 20MB

Please wait, your quiz is being created...

Uploading...

To tell whether a PDF is scanned or searchable, open it and try to drag your cursor across a sentence. If individual words highlight, the file has a text layer and is searchable. If your cursor draws a rectangle over the page or selects nothing at all, you are looking at a picture of a page and the PDF is scanned. That five second test decides which tools will work on the file and which will silently fail on it.

This matters more than it sounds. A scanned PDF and a searchable PDF look identical on screen. Same pages, same layout, same file extension. Underneath they are completely different objects, and roughly half the software you might point at a document treats one as ordinary input and the other as an empty file.

What is actually inside each kind of PDF

A native or searchable PDF stores text as text. Every character has an encoding, a font, and a position on the page. When you search for a word, the reader compares your query against those stored characters. Copying a paragraph gives you the paragraph.

A scanned PDF stores an image, usually one JPEG or TIFF per page, wrapped in a PDF container. There are no characters in the file at all. The words you see are pixels arranged in the shape of words, no different in principle from a photo of a sign. Searching finds nothing because there is nothing to compare against.

There is a third case that trips people up: a scanned PDF that has been run through OCR. The page image is still there, and a layer of recognized text has been added invisibly behind it. These select and search like a normal PDF, but the text layer is only as accurate as the OCR pass that produced it. If the scan was poor, you get a searchable file full of words like "rnodern" and "1nformation" that look fine on screen because you are reading the image, not the text.

Four ways to check, from fastest to most definitive

MethodHow long it takesWhat it tells youCatches OCR errors
Drag-select a sentenceTwo secondsWhether a text layer exists at allNo
Ctrl+F for a word you can seeFive secondsSame, and confirms the layer is alignedPartly
Copy a paragraph into a text editorFifteen secondsExactly what the text layer containsYes
Run a word count on the fileUnder a minuteWhether the layer covers the whole documentYes, at scale

The first two are what most people use, and for a quick answer they are enough. The copy test is the one worth knowing about, because it is the only quick method that shows you the difference between what the page displays and what the file actually holds. Select a paragraph, paste it into a plain text editor, and read it. On a clean file it comes out clean. On a badly OCR'd file the garbling is immediately obvious.

The word count method scales better across a long document. Running the file through a PDF word counter returns the total number of words in the text layer. A forty page report that comes back with zero words is pure image. One that comes back with 12,000 words has a full text layer. The useful case is in between: a file that reports 400 words when it plainly contains forty pages of prose is a mixed document, usually one where a few pages were typed and the rest were scanned in. That is the situation that quietly breaks things, because the file passes the drag-select test on page one and fails everywhere else.

Why anyone should care

Practically, the distinction decides what you can do with the document without extra work.

Search and reference. You cannot find anything in a scanned file. On a 200 page policy manual that is the difference between answering a question in ten seconds and reading for twenty minutes.

Accessibility. Screen readers read the text layer. A scanned PDF with no OCR is entirely inaccessible to a blind reader, which for public institutions is not merely inconvenient.

Quoting and citation. Without a text layer, every quotation has to be retyped by hand, along with every opportunity for a transcription error.

Feeding the file to software. This is where most people hit the wall. Summarizers, translators, note tools, and quiz generators mostly work by pulling the text layer out and processing it. Hand them a scan and they get an empty string. Some return an error. Others, less helpfully, produce plausible-looking output invented from the filename and whatever stray characters existed in the document metadata.

What to do once you know

If the file is searchable, nothing. Use it as it is.

If it is scanned, you have three options. You can run OCR yourself in Acrobat, Preview on macOS, or one of the many free converters, which produces a searchable copy you can then proofread. This is the right move when you need the text itself: for quoting, editing, or archiving. It is also the point at which the same recognition problem shows up in business settings, where finance teams pull line items off scanned documents into structured data rather than rekeying invoices by hand, and the accuracy of that first read determines everything downstream.

Your second option is to rescan. If you still have the paper and the current scan is a faint third-generation photocopy, thirty seconds at 300 DPI in grayscale beats any amount of software cleanup afterward. OCR cannot recover detail that was never captured.

The third option is to skip conversion entirely and use a tool that reads the page image directly. This is now the common case for anything built on a vision model, which interprets the page the way a person does rather than requiring extracted text first. If your goal is to study or test on the material, uploading the file straight to a scanned PDF to quiz converter skips the OCR step, and the layout survives intact so a numbered list stays a numbered list. The same applies to a phone photo of a page: photographing handwritten notes for a practice quiz works on exactly the same principle, since no text layer was ever going to exist for a notebook page.

How do I know if my PDF is scanned or searchable?

Try to select a sentence with your cursor. If words highlight individually, the PDF is searchable. If a rectangle covers the whole page or nothing highlights, it is scanned. Pressing Ctrl+F and searching a word you can plainly see on screen confirms it: no result means no text layer. Both checks take under ten seconds.

Why can I not search or copy text in my PDF?

Because the page is stored as an image rather than as characters. Scanners, fax machines, photocopiers, and phone cameras all produce picture-of-a-page files by default. Search compares your query against stored characters, and a scanned page has none, so there is nothing to match even though you can plainly read the words yourself.

Does OCR make a scanned PDF searchable?

Yes. OCR reads the page image, recognizes the shapes as characters, and writes an invisible text layer behind the picture. The file then searches and copies like a normal PDF. Accuracy depends on scan quality, so a faint or skewed original produces a searchable file with garbled words that look correct on screen but paste out wrong.

Can I tell without opening the file?

File size is a rough hint. Scanned PDFs are made of page images and typically run 200 KB to several megabytes per page, while a text-based PDF of the same document is often under 100 KB per page. It is only a hint though, since image-heavy digital PDFs are large too. Opening it and drag-selecting is faster and certain.

Can a PDF be partly scanned and partly searchable?

Yes, and this is the case that causes the most confusion. Combined documents often mix a typed cover memo with scanned attachments, so page one selects perfectly and page nine selects nothing. A word count across the whole file catches it: the total comes back far lower than the page count would suggest, which tells you the text layer only covers part of the document.

The short version

Drag your cursor across a line. Words highlight means searchable, rectangle means scanned. If you need the text itself, run OCR and proofread the result. If you need to do something with the content, check whether your tool reads page images directly, because that removes the conversion step and the quality loss that comes with it.

From the same family of tools