How to copy text from PDFs that won't let you select
Scanned pages, protected files, and broken text layers
3 min read
Some PDFs let you select text normally. Others do not. The difference is not always obvious until you try.
You click on a paragraph and nothing highlights. Or the selection jumps to the wrong line. Or what you copy is garbled nonsense. You expected a simple copy-paste and got a fight.
Why some PDFs block text selection
Three common reasons:
1. Scanned pages. The PDF is a stack of images. Each page is a photograph of paper. Preview shows you what looks like text, but to your Mac it is an image.
2. Protected or restricted PDFs. Permission flags disable text selection, copying, or printing. Common with legal documents, academic papers, and corporate reports.
3. Broken text layers. The PDF technically contains text data, but it is poorly encoded. Characters map to wrong values, or the text layer does not align with the visual content.
In all three cases: the text you can see is not the text you can use.
The usual workarounds
- Retyping. Slow, error-prone, painful for anything longer than a sentence.
- Online OCR tools. Upload the PDF to a web service. Works, but you are sending potentially sensitive documents to a third party.
- Dedicated OCR software. Full apps designed for document scanning. Overkill for grabbing a paragraph.
All of these break your flow.
A faster approach

You do not need to process the PDF file itself. You just read the text from the screen.
- Open the PDF in Preview or any reader
- Press your capture shortcut
- Drag over the text you want
- It is recognized and copied
Scanned? Does not matter. Protected? Does not matter. Broken text layer? Does not matter. Selectable reads what is on screen, not what is in the file.
Why screen-level OCR beats file-level OCR
Traditional OCR tools process the PDF file directly. They need to understand PDF structure, handle embedded fonts, and deal with compression artifacts.
Screen-level OCR skips all of that. It reads the rendered output, exactly what you see. The PDF viewer has already done the work of laying out text, applying fonts, and rendering at your display resolution. Selectable captures that rendered output directly.
Simpler, faster, and works with any PDF viewer.
When you need this
- Receipts and invoices from vendors who send scanned PDFs
- Academic papers with copy restrictions
- Government documents and forms
- Old documents that were digitized by scanning
The bottom line
PDF limitations are an artifact of how the file was created. If you can read the text on your screen, you should be able to copy it.


