What Is a Scanned PDF? How to Tell It Apart From a Digital PDF in 10 Seconds
A scanned PDF is a PDF whose pages are pictures of paper, captured by a scanner or a phone camera, rather than text and vector shapes typed on a computer. Unless OCR has added a hidden text layer, you cannot select, search or copy its words, and a screen reader hears nothing on the page.
You received a PDF and need to know what it really is: a file exported from a word processor, a scan of paper, or a scan with recognized text. The answer decides whether you can search it, whether a court or agency will accept it, and whether it needs OCR.
This explainer gives a precise definition, a 10-second test, a comparison of the three kinds of PDF and a glossary. Facts come from W3C accessibility guidance, U.S. federal courts, USCIS, NARA and FADGI digitization rules, GOV.UK and university accessibility teams, plus what we know from building a scan-effect tool.
What Is a Scanned PDF, Exactly?
A scanned PDF is a PDF container that holds one raster image per page, produced by photographing or scanning a physical sheet. The letters you see are pixels, not characters. Software treats each page like a photo, so plain text search, copy and reflow do not work without OCR.
The U.S. District Court for the Northern District of California, citing National Archives transfer guidance, puts it in one line: "Scanned text is a photograph of a printed page produced either by a digital camera or scanner" (N.D. Cal., Preparing Your CM/ECF Filing). The PDF format itself does not change: a scanned PDF is still a valid ISO 32000 file. What changes is what sits inside each page.
James Madison University's accessibility team describes the result from a reader's point of view: "PDFs of scanned documents are often just images of documents, similar to digital photographs, and typically do not contain readable text" (JMU Digital Accessibility). That single fact explains almost every practical difference covered below.
Here is the definition broken into its checkable parts, the same way a records clerk or an accessibility auditor would look at a file.
- Page content
- One bitmap image per page (JPEG, JBIG2, CCITT or similar compression), not font glyphs and vector paths.
- Text layer
- None in an image-only PDF; an invisible OCR layer in a searchable scanned PDF.
- Source
- A flatbed or sheet-fed scanner, a multifunction copier, or a phone camera with a scanning app built into the operating system.
- Typical resolution
- 200 to 400 ppi; 300 ppi is the most common requirement for office text.
- Color mode
- Bitonal (1-bit black and white), grayscale (8-bit) or color (24-bit).
- Zoom behavior
- Edges turn into visible pixel blocks at high magnification.
- File size
- Usually larger per page than a text PDF, especially in grayscale or color.
How Does a Scanned PDF Differ From a Digital PDF?
A scanned PDF stores pictures of pages, while a digital (born-digital) PDF stores real characters, fonts and vector graphics exported from software. A third kind, the scanned PDF with OCR, keeps the page picture but adds hidden machine-readable text underneath, which makes it a searchable PDF.
The District of Massachusetts draws the same line in its e-filing rules: a scanned PDF comes from paper run through an optical scanner, while an "electronically converted" PDF is created from a word processor and is text searchable (D. Mass. CM/ECF Administrative Procedures). The table sets the three kinds side by side.
| Property | Born-digital PDF | Image-only scanned PDF | Scanned PDF + OCR (searchable) |
|---|---|---|---|
| How it is made | Export or print to PDF from Word, Google Docs, a browser or any app | Scanner, copier or phone camera | Scan first, then OCR software adds text |
| What a page contains | Characters, embedded fonts, vector lines, images | One raster image | One raster image plus invisible text |
| Select and copy text | Yes, exact | No | Yes, but only as accurate as the OCR |
| Ctrl/Cmd+F search | Works | Finds nothing | Works, may miss misread words |
| Screen readers | Readable, best when tagged | Silent | Readable, often without structure |
| Zoom to 400% | Sharp edges at any size | Pixelated | Pixelated |
| Typical size per page | Tens of KB | About 75 KB (bitonal) to over 1 MB (grayscale or color) | Same as image-only plus a small text layer |
| Looks like paper | No | Yes | Yes |
The per-page sizes in the table are derived from court tests, not guesses. The Northern District of California scanned a 317-page document: bitonal at 300 ppi came to 23.86 MB, about 75 KB a page, and grayscale at 400 ppi reached 374.47 MB, about 1.2 MB a page. The Middle District of North Carolina notes that 2 MB holds roughly forty-five pages of PDF text, under 50 KB a page.
What Does a Scanned Copy Mean vs a Photocopy?
A scanned copy is a digital image file of a paper original, usually delivered as a scanned PDF or JPEG. A photocopy is a second sheet of paper printed by a copier. A certified copy is any copy that an authorized person has checked against the original and signed.
People use "scanned copy" loosely, and the three terms get mixed up in forms, HR emails and visa checklists. The differences matter, because a request for one is not satisfied by the others.
| Term | Medium | Who makes it | What it proves |
|---|---|---|---|
| Scanned copy | Digital file (PDF, JPEG, TIFF) | Anyone with a scanner or phone | That an image of the document exists; nothing about authenticity |
| Photocopy | Paper | Anyone with a copier | The same: it is a reproduction, not the original |
| Certified (true) copy | Paper, sometimes scanned afterwards | A professional who has seen the original | That the copy matches the original, on that person's word |
| Original | Paper or native digital file | The issuer | The document itself |
The UK government explains certification plainly: "You can certify a document as a true copy by getting it signed and dated by a professional person, like a solicitor" (GOV.UK, Certifying a document). A scanned copy of that certified page is still a scanned copy; the certification lives on the paper, with the signature and date.
So when a landlord, employer or school says "send a scanned copy," they almost always mean "a clear digital image of the paper, as a PDF." When they say "certified copy," a scan alone will not do, however realistic it looks.
How Do You Tell if a PDF Is Scanned?
To tell if a PDF is scanned, try to select a word on the page and search for a word you can see. If nothing highlights, the PDF is image-only. Zooming, document properties, the font list and file size then confirm whether the file is scanned, digital or scanned with OCR.
The first two checks take under 10 seconds and work in any PDF viewer, including the one built into Google Chrome and Microsoft Edge and macOS Preview. The rest take a minute and settle the unclear cases.
- Try to select text. Drag the cursor across a line. In a born-digital or OCR'd PDF, individual words highlight. In an image-only PDF, nothing highlights, or some viewers draw a rectangle around the whole page image.
- Search with Ctrl+F or Cmd+F. Type a distinctive word you can clearly see on page one. Zero results on a word that is plainly there means there is no text layer. A hit means real text or an OCR layer.
- Zoom to 400%. Look at the edge of a letter. Vector text stays razor sharp at any zoom. A scanned page shows pixel steps, soft gray fringes, speckles and sometimes JPEG block patterns around the letters.
- Open the document properties. In Chrome's PDF viewer use the three-dot menu and choose Document properties; in macOS Preview use Tools, then Show Inspector. The producer or application field often names a scanner, copier model, phone scanning feature or OCR engine. A word processor or "Print to PDF" suggests a born-digital file.
- Check the fonts list. Desktop PDF software shows a Fonts tab in its document properties. A born-digital PDF lists the typefaces it uses. An image-only scan lists none. An OCR'd scan often lists a single font used only for the invisible layer.
- Compare size per page. Divide the file size by the page count. A text PDF usually stays under 50 KB a page. A grayscale or color scan often runs several hundred KB to over 1 MB a page. Bitonal scans are compact, so size is the weakest clue.
Cleveland State University's accessibility textbook recommends the same quick search test: "If the word becomes highlighted on the page, then it has searchable text as opposed to being a scanned image of text" (Heather Caprette, Cleveland State University).
Metadata is a clue, not proof. Producer and creator fields can be edited by many tools, including ours, so trust what the page content does under selection and zoom over what the properties panel says.
Why Are Scanned Documents Hard to Search and Read?
Scanned documents are hard to search and read because an image-only PDF contains no characters for software to index. Search engines, desktop search, copy and paste, translation tools and screen readers all need text. Without an OCR layer, the scanned PDF is a picture that only sighted readers can use.
The W3C Web Accessibility Initiative is blunt about it in technique PDF7 of the WCAG guidance: "A document that consists of scanned images of text is inherently inaccessible because the content of the document is images, not searchable text" (W3C WAI, WCAG Technique PDF7).
The same W3C page lists what is lost: "Assistive technologies cannot read or extract the words; users cannot select, edit, resize, or reflow text nor can they change text and background colors; and authors cannot manipulate the PDF for accessibility." Its remedy is OCR, so that real text exists behind the image.
Georgetown University's accessibility office adds the practical consequence for anyone who relies on assistive technology: "Scanned PDFs are a compilation of images, therefore they are unreadable to most standard screen readers" (Accessibility at Georgetown).
Public-sector publishers have gone further. The UK Government Digital Service argues that, compared with HTML, information published in a PDF is harder to find, use and maintain (GDS blog, GOV.UK). An image-only scanned PDF is the extreme version of that problem: not even the words are machine-readable.
| Task | Born-digital | Image-only scan | Scan + OCR |
|---|---|---|---|
| Screen reader output | Full text | None | Text, often out of order |
| Reflow on a phone | Possible if tagged | No | Rarely |
| Copy a quote | Exact | Retype by hand | May contain OCR errors |
| Found by desktop search | Yes | File name only | Yes |
| Machine translation | Yes | Needs OCR first | Yes |
What Does OCR Do to a Scanned PDF?
OCR, optical character recognition, reads the letter shapes in a scanned PDF and writes matching machine text into an invisible layer behind each page image. The page looks exactly the same, but it becomes a searchable PDF: words can be found, selected, copied and read aloud.
The Federal Agencies Digital Guidelines Initiative defines it precisely: "Optical Character Recognition (OCR) is the process of converting a raster image of text into searchable electronic text" (FADGI Technical Guidelines, 3rd ed., 2023). OCR works on typed, printed and, less reliably, handwritten text.
What OCR fixes in a scanned document
- Ctrl/Cmd+F search and full-text indexing start working.
- Text can be selected, copied and pasted into other documents.
- Screen readers get words to speak, which meets the basic W3C PDF7 remedy.
- Court systems that require text-searchable filings can accept the file.
What OCR does not fix
- Image quality. The page is still a picture, so zooming still pixelates. JMU notes that for people who zoom in, "the output becomes pixelated and distorted because the eText is under the image of the text."
- Accuracy. Blur, skew, low resolution and speckle noise cause misreads such as "rn" for "m" or "1" for "l". The hidden text can be wrong while the image looks right.
- Structure. Headings, reading order, table cells and alt text for images still need manual tagging for full accessibility.
- File size. The page images stay, so a scanned PDF with OCR is almost as large as the image-only version.
When Do Organizations Ask for a Scanned Copy?
Organizations ask for a scanned copy when the original exists on paper and they need a digital record: immigration evidence, court exhibits, HR onboarding files, signed contracts and receipts. Each one sets its own rules on format, resolution and file size, and some courts require searchable PDFs instead of image-only ones.
Immigration evidence (USCIS)
U.S. Citizenship and Immigration Services accepts scanned or photographed evidence for online filing. Its instruction is short: "Use a scanner or take pictures of each document," and "Make sure each image you attach is clear and that all text is readable" (USCIS, Tips for Filing Forms Online). Each file can be up to 12 MB, as PDF, JPG or JPEG, with TIF or TIFF accepted for some forms.
Federal court filings (CM/ECF)
Federal e-filing systems accept only PDF, and many courts prefer born-digital files. The Southern District of Florida states that "pleadings/main documents filed electronically in CM/ECF must be in text searchable PDF format" (S.D. Fla. CM/ECF FAQ). Scanned PDFs are mainly for exhibits and signed paper that has no digital original.
Scan settings and size limits vary by court. The Western District of Washington requires 300 dpi scanning, black and white unless color is integral, and caps each document at 100 MB (W.D. Wash. technical FAQ). The District of Minnesota limits each exhibit to 35 MB in its criminal ECF procedures.
HR, landlords, schools and banks
Employers and landlords usually want a scanned copy of an ID, a diploma, a signed offer letter or a lease page. They rarely publish technical rules; most mention an email attachment limit and ask that every word be legible. When a portal lists no limits, a 300 dpi grayscale PDF under 10 MB is a sensible default estimate, not a stated rule.
| Requester | Format | Size or resolution rule | Searchable text required? |
|---|---|---|---|
| USCIS online filing | PDF, JPG, JPEG (TIF/TIFF for some forms) | 12 MB per file | No; text must be readable |
| W.D. Wash. court | 300 dpi, B&W; 100 MB per document | Depends on document type | |
| S.D. Fla. court | Court limits apply | Yes for main documents | |
| D. Minn. criminal ECF | 35 MB per exhibit | Check local rules | |
| Employer or landlord | PDF or image | Usually an email limit | Rarely |
Can a Scanned PDF Be Archived as PDF/A?
A scanned PDF can be saved as PDF/A, the ISO 19005 archival version of PDF, because PDF/A allows page images. PDF/A adds rules for long-term reading, such as embedded fonts and no encryption, but it does not make an image-only page searchable. OCR is a separate step.
PDF/A was first released on October 1, 2005, and it forbids features that make files hard to open decades later, such as font linking and encryption (Wikipedia, PDF/A). Microsoft Office can export ISO 19005-1 compliant files directly from its Save as PDF options.
Courts that require PDF/A often steer filers away from scanning altogether. The Eastern District of Oklahoma advises that, to keep file sizes down and ensure text-searchable files, PDF/A documents should be created in a word processor rather than printed out and scanned (E.D. Okla. PDF/A FAQ).
- Born-digital PDF/A
- Smallest and fully searchable; best when a digital original exists.
- Scanned PDF/A with OCR
- Archival and searchable; the right choice for paper-only records.
- Image-only PDF/A
- Valid for preservation, but not searchable or accessible.
How Does a Digital PDF Get a Scanned PDF Look?
A digital PDF gets a scanned PDF look when each page is rasterized into an image and given the imperfections of a real scanner: slight rotation, blur, noise, gray or paper tone. The result is an image-only PDF that behaves like a scan, without printing anything or owning a scanner.
That is exactly what our free scan-effect tool does. It renders each PDF page in your browser, applies the effects you choose and saves every page as a JPEG image inside a new PDF. Files are processed locally and are not uploaded to a server.
- Rotate
- −10° to 10°, default 1°, plus random per-page variance up to 10°.
- Blur
- 0 to 1, default 0.3, softens vector edges the way scanner optics do.
- Noise
- 0 to 1, default 0.1, adds sensor-style speckle.
- Brightness and contrast
- 0 to 2 each, default 1.
- Yellowish
- 0 to 2, default 0, tints the page like aged paper.
- Colorspace
- Gray (default) or Color.
- Resolution
- 1× to 3×; PDF pages render at 72 dpi times the scale, so 2× is about 144 dpi and 3× about 216 dpi.
Because the output is image-only, it inherits every property described above: no selectable text, no search, larger files, no screen-reader output. That is the point for someone who needs a document to look like a scanned copy, and a drawback for anyone who needs it searchable. Keep the original digital file.
For the full workflow, including resolution and file-size trade-offs, read how to convert a PDF to a scanned PDF. For all six methods, from print-and-scan to built-in OS options, see how to make a PDF look scanned. Starting from a phone photo instead? The guide to turning an image into a scanned PDF covers JPG and PNG.
We built our tool to add a scan look, and the most common question we get is really "what did I just make?" The honest answer is an image-only PDF. It looks like paper, but the words are pixels. If a reader needs to search it or hear it read aloud, keep the digital original next to it, or run OCR afterwards. We would rather people know that before they hit Download.The Make PDF look scanned team — builders of the web tool and Chrome extension
Scanned Document Glossary: Which Terms Matter?
A scanned document comes with its own vocabulary: dpi and ppi, bit depth, bitonal, OCR, rasterize, PDF/A and JBIG2. Knowing these seven terms is enough to read any scanning requirement from a court, agency or employer and to judge a scanned PDF you receive.
- dpi / ppi
- Dots or pixels per inch: how many image samples cover one inch of paper. NARA requires at least 300 ppi for modern textual records and 400 ppi for photographs and fine-detail records. PDF page geometry uses 72 points per inch, which is why a 1× render equals 72 dpi.
- Bit depth
- Bits stored per pixel. Bitonal is 1 bit, grayscale is 8 bits (256 shades), and a typical color scan is 24 bits (8 bits in each of three channels).
- Bitonal
- FADGI's definition: "Digital images produced using only two colors, black and white." The smallest legible format for plain text.
- OCR
- Optical character recognition: software that turns the letter shapes in an image into machine text, making a searchable PDF.
- Rasterize
- To convert vector text and shapes into a grid of pixels. Rasterizing a digital PDF turns it into an image-only PDF.
- PDF/A
- ISO 19005, the archival subset of PDF, released in 2005; it bans features such as encryption and font linking.
- JBIG2
- A compression method for bitonal scans that stores repeated symbols once. BBC News reported in 2013 that some office copiers using a lossy JBIG2 mode altered digits in scans, often turning a 6 into an 8; in one test a room dimension of 21.11 m became 14.13 m.
- Image-only PDF
- A scanned PDF with no text layer at all.
- Searchable PDF
- A PDF with real or OCR text that can be searched and selected.
The JBIG2 case is the strongest argument for keeping originals. A scanned copy is a picture, and pictures can be altered by compression without anyone noticing (BBC News, 2013). NARA also treats noise as an undesirable artifact "not part of the source material" (36 CFR 1236 Subpart E).
Scanned PDF FAQ: What Else Do People Ask?
These scanned PDF questions come up most often from people who received a file, need to send a scanned copy, or must meet a court or agency rule. Each answer stands alone, so you can jump straight to the one that matches your situation and act on it.
What is a scanned PDF in simple terms?
A scanned PDF is a PDF made of photos of paper pages. The text you see is part of an image, so you cannot select or search it unless OCR has been applied.
Is a scanned PDF the same as a scanned copy?
Almost. A scanned copy is any digital image of a paper document, and a scanned PDF is the most common file format for delivering one. A scanned copy can also be a JPEG or TIFF.
How can I tell if a PDF is scanned in 10 seconds?
Try to select a word, then press Ctrl+F or Cmd+F and search for a word you can see. If nothing highlights and search finds nothing, the PDF is an image-only scan. Zoom to 400% to confirm: scanned text looks pixelated.
Can a scanned PDF be searchable?
Yes. OCR adds an invisible text layer behind the page images, turning a scanned PDF into a searchable PDF. The page still looks like a scan, and misread words can appear in the hidden text.
Why can't I copy text from my PDF?
The PDF is most likely a scan without OCR, so there are no characters to copy. The Southern District of Florida's court FAQ notes the same thing: if a PDF is not text-searchable, its text cannot be copied. Run OCR or ask for the digital original.
Are scanned PDFs accessible to screen readers?
Not without OCR. W3C guidance calls image-only scans inherently inaccessible. After OCR, screen readers can speak the text, but full accessibility also needs tags for headings, reading order and tables.
Why is a scanned PDF so large?
Each page is a full image. A grayscale page at 400 ppi can exceed 1 MB, while a text page from a word processor is often under 50 KB. Scanning at 300 ppi in grayscale or black and white keeps size down.
What resolution should a scanned document be?
For typed or printed text, 300 dpi is the standard requirement in U.S. federal courts and the NARA minimum for textual records. Photos and fine detail call for 400 ppi.
Is a scanned copy a legal or certified copy?
No, a scanned copy on its own proves nothing about authenticity. A certified copy is signed and dated by a professional who has seen the original, as GOV.UK explains. Ask the requester which kind they need.
Can I make a digital PDF look like a scanned PDF?
Yes. The free Make PDF look scanned tool rasterizes each page and adds rotation, blur, noise and paper tone in your browser. The output is an image-only PDF, so keep the original if you need search.
Does a scanned PDF have to be PDF/A?
Only if the requester says so. Some courts and archives require PDF/A for long-term storage. A scanned PDF can be saved as PDF/A, ideally with OCR so it is searchable too.
Can I scan several PDFs at once?
With our tool, yes: bulk scan processes several files and downloads them as one ZIP, with one scanned PDF per input file.
What Is the Short Answer on Scanned PDFs?
A scanned PDF is a picture of paper wrapped in a PDF. Test it by selecting and searching text, add OCR when you need search or accessibility, send a born-digital PDF when a court prefers it, and use a scan look only when appearance, not authenticity, is what the reader needs.
If appearance is what you need, open the free scan tool, keep the default Gray colorspace and 2× resolution, and check the preview before you download.
Need a PDF that looks like a scanned copy?
Drop a digital PDF into the free tool, set skew, noise and paper tone, and download an image-based PDF that reads like a real scan. Everything runs in your browser.