PDF Accessibility Basics: Making a PDF Work With Screen Readers
A PDF that looks fine on screen can still be unusable for someone relying on a screen reader. Here's what actually makes the difference.
A PDF can look perfectly normal and still be effectively unusable for someone using a screen reader - and the single most common cause is simpler than most people expect.
The most common accessibility gap: no text layer
A scanned document - whether it's a photographed page or a document scanned on a printer - is fundamentally an image, not text, unless OCR has been run on it. A screen reader has nothing to read on an image-only page; it's the digital equivalent of a blank wall as far as accessibility is concerned. Running OCR to add a real text layer is the single highest-impact step for making a scanned document accessible.
A quick way to check your own PDFs
Try selecting a sentence of text directly on the page and copying it. If you can select and copy real words, there's a text layer present, which is the baseline requirement for screen reader compatibility. If clicking and dragging just selects the whole page as an image, there's no text layer yet.
Beyond having text: reading order and structure
Having selectable text is necessary but not sufficient. A screen reader also relies on the document's underlying structure to read content in a sensible order - a multi-column layout, for instance, can confuse a screen reader into reading straight across both columns instead of down one column and then the other, if the document wasn't properly tagged for reading order.
Practical steps for more accessible PDFs
- Run OCR on any scanned document before distributing it, so it has a genuine text layer
- Favor simple, single-column layouts where possible - they're inherently easier for a screen reader to navigate correctly
- Use real headings (not just bold, larger text) when the source document supports it, since headings give screen reader users a way to jump between sections
- Add a text description for any image that conveys meaningful information, rather than leaving it unlabeled
Frequently asked questions
Why isn't a scanned PDF accessible by default?
A scanned page is just an image of text, not actual text - a screen reader has nothing to read unless OCR has been applied to give the page a real, selectable text layer.
Does text-based content automatically mean a PDF is accessible?
It's a strong start, but full accessibility also depends on things like a logical reading order, described images (alt text), and a properly tagged structure - a text-based PDF with a chaotic layout can still be hard to navigate with a screen reader.
Is there a quick way to check if my PDF is accessible?
A simple first check: try selecting and copying text directly from the page. If you can't select the words, a screen reader can't read them either, and that's the most common accessibility gap to fix first.