NormflussDocument accessibility platform

Standard

How to check if a document is accessible

Checking whether a document is accessible means testing it against the specific technical criteria that assistive technology relies on, rather than judging it by how it looks. The check has two layers — what a machine can verify, and what only a person can judge — and a trustworthy result reports both honestly.

Start with the machine-checkable criteria. An automated checker can reliably confirm whether the file is tagged at all; whether the structure tree is complete and correctly nested; whether a reading order is defined; whether images have alternative text present; whether the document's language is declared; whether headings, lists, and table headers are marked up; and whether form fields are labelled. These are objective, pass-or-fail conditions, and they catch the majority of common failures — an untagged document, a missing language declaration, images with no alt text at all. Tools that automate this include the PDF Association's Matterhorn Protocol checkpoints (for PDF/UA) and validators built on them, such as the open-source veraPDF, alongside the built-in accessibility checkers in authoring tools.

What automation cannot decide is quality and sense. A machine can confirm alt text exists but not whether it actually describes the image; it can confirm a reading order is defined but not whether that order is the logical one a human would follow; it can confirm headings are marked but not whether the heading hierarchy is meaningful. These require human review. This is why a responsible accessibility check never returns a single "pass" badge for the whole document: it states what was tested, which automated criteria passed, and which items were referred to a person.

A practical workflow is: run an automated check first to find the structural failures and get a baseline; remediate the machine-fixable issues (tagging, reading order, language, artifacts); then have a human confirm the judgement-dependent items (alt-text meaning, reading-order logic, complex tables). Keep a record of what was tested — evidence of the checks that ran is what lets you demonstrate conformance later, rather than merely asserting it. For a single file, the fastest starting point is a free automated check that reports where the document stands against these criteria.

How Normfluss checks for it

Normfluss runs exactly this two-layer check. It validates the file against the machine-checkable PDF/UA and WCAG criteria — tagging, structure tree, reading order, alt-text presence, declared language, table headers, form labels — and automatically remediates the fixable ones. Items that need human judgement, such as whether alt text is meaningful, are routed to a guided review rather than being silently passed. Every check and decision is recorded in a signed evidence record describing exactly what was tested within a stated scope. You can run a free check on a single PDF to see where it stands before committing to remediation.

Frequently asked questions

How to check if a document is accessible?
Test it against the technical accessibility criteria: is it tagged, is the reading order defined, do images have alternative text, is the language declared, are headings and tables marked up. An automated checker verifies these objective criteria quickly; then a person reviews the judgement-dependent items such as whether the alt text is meaningful. A free automated check is the fastest way to get a baseline for a single file.
How do I know if a document is accessible?
You know by checking, not by looking — a document can look fine yet be inaccessible underneath. Run it through an accessibility checker to confirm the machine-verifiable criteria (tags, reading order, alt text, language, structure), and have a human confirm the rest. A document is accessible when it meets these criteria, not when it merely appears readable on screen.
What are the guidelines for document accessibility?
Two standards govern it: WCAG (Web Content Accessibility Guidelines) describes the accessible outcome and is what most laws reference at Level AA, while PDF/UA (ISO 14289) specifies precisely how a PDF must be built to achieve it. Checking a document means testing it against the criteria these standards define.
Can an automated tool tell me if my document is fully accessible?
No — and any tool claiming a single 'fully accessible' badge is overstating. Automated tools reliably verify the machine-checkable criteria (roughly, whether the structure exists), but they cannot judge whether alt text is meaningful or whether the reading order makes sense. Those need human review. A trustworthy check reports what was automated and what still needs a person.

Related