- Success Criterion 1.1.1
- Conformance level A
Scanned PDF Images With No OCR Text Underneath
1.1.1 — Non-text Content
Scenario
Setting
A childcare-booking service's scheduling page
What’s wrong
PDF images missing /Alt entries — scanned-image PDFs with no OCR text layer.
Example
<!-- intake-form.pdf: linked from the scheduling page, must be completed before a slot can be booked -->
<!-- a flat photographed page image, no underlying text layer --> Why it matters
A blind parent trying to book a slot on the scheduling page can't read a single word of the required intake form, since a screen reader sees only a picture of a page, not text.
How to test
Open the PDF's tags panel (Adobe Acrobat Accessibility Checker or similar): images should have /Alt entries — run OCR on any scanned pages to confirm real text exists underneath.
How to fix
Run the scan through OCR and tag the result before publishing, since a scanned page is just a photo to a screen reader until OCR gives it a real text layer.
<Figure Alt="Childcare intake form, page 1 of 2">...</Figure> Outcome
A parent has their screen reader read the intake form's actual text aloud, completes it, and books their slot unaided.
Who is affected
Blind and low-vision parents needing to complete the required intake form before booking a slot get nothing from an image-only scan.
Learn more
- Understanding Understanding document (opens in a new tab)
Related scenarios
- Product Photo Added as a CSS Background With No Alt Text
- Chart Alt Text That Never Explains What Each Color Means
- Outdated Alt Text That No Longer Matches the Image
- Alt Text Left as a Filename Instead of a Real Description
- Decorative Image Not Hidden From Screen Reader Users
- Decorative Image Given Alt Text Instead of Being Marked Silent