PDF/UA COMPLIANCE
EU and US accessibility requirements are now in effect. Nutrient helps you move from manual remediation to repeatable PDF/UA-ready workflows with DWS APIs and agent-friendly MCP integration.
PUBLIC-SECTOR BUYERS
If your organization buys or ships regulated document workflows, use this page to align legal, compliance, and engineering around one implementation plan before RFP and audit pressure peaks.
ADA Title II digital accessibility requirements can apply to public entities and their digital services. Exact scope, deadlines, and exceptions depend on entity profile and counsel review.
EU/EEA accessibility obligations can include EAA-driven requirements and local implementation rules. Applicability varies by product type, buyer profile, and national transposition.
WHY NOW
The teams that are ready in 2026 treat accessibility as part of document infrastructure. They do not wait for manual remediation at the end of the publishing cycle.
EU and US accessibility requirements are now in effect. Teams that haven’t automated remediation face growing operational risk and audit exposure.
Accessibility fixes done only in QA become expensive and slow when document volume rises.
Procurement and compliance teams increasingly ask for evidence: process, controls, and exception handling history.
AUDIENCE-SPECIFIC LEGAL SCOPE
This guidance is for implementation planning, not legal advice. Regulatory applicability depends on entity type, jurisdiction, procurement obligations, and counsel interpretation.
Focus on defensible process: accessible output targets, documented QA, and exception handling. Public-sector teams should validate deadlines and scope with counsel.
Map product and market scope first, then operationalize accessibility controls in production workflows. National implementations can affect details.
Even when statute language is indirect, procurement terms often require accessibility evidence. Build reporting and review records into delivery by default.
Treat PDF/UA readiness as a controllable system: policy-to-implementation mapping, ownership by workflow stage, and auditable exception logs.
WORKFLOW
Collect DOCX, Office exports, scans, and existing PDFs from your production queue.
Use conversion + OCR to normalize mixed inputs before accessibility tagging.
Apply PDF/UA-oriented processing and route failures to an exception queue.
Store outputs and QA evidence so legal/compliance teams can verify the process.
API QUICKSTART
Use DWS Processor API for deterministic conversion, OCR, and PDF/UA-oriented output steps in backend workflows.
curl -X POST https://api.nutrient.io/build \ -H "Authorization: Bearer YOUR_API_KEY" \ -F 'document=@source.docx' \ -F 'instructions={ "parts": [ { "file": "document" } ], "actions": [ { "type": "ocr", "language": "english", "skipOcrForSearchableDocuments": true } ], "output": { "type": "pdfua" } };type=application/json' \ --fail \ -o output-pdfua.pdfAGENT-READY PATH
The DWS MCP Server exposes document operations to Claude, GPT, and other agent frameworks. Claude Desktop users can install the packaged extension from GitHub Releases, while other MCP clients can connect with stdio and use browser OAuth.
# Claude Desktop# Download the latest .mcpb package from GitHub Releases.# Install it in Claude Desktop and choose a sandbox directory.# Claude opens a browser for OAuth the first time a Nutrient action runs.
# Other MCP clientsSANDBOX_PATH=./sandbox \npx -y @nutrient-sdk/dws-mcp-serverUse the Nutrient DWS MCP tools to process all files in ./inbox:1) OCR scanned pages2) Convert output to PDF/UA-ready documents3) Return a QA summary with pass/fail notes for manual reviewROLL OUT
Keep scope tight: one document class, one quality gate, one reporting loop.
Measure current pass/fail rates and top accessibility failure modes on a representative sample.
Deploy DWS processing in your pipeline and enforce exception routing for failed outputs.
Track pass rate, review load, and remediation latency so stakeholders can see readiness trend lines.
No platform can guarantee legal compliance on its own. Nutrient helps teams implement and scale document accessibility workflows; final compliance depends on source quality, validation process, and legal interpretation in your jurisdiction.
Treat them as related but not identical programs. For US public-sector contexts, ADA Title II obligations can drive timelines and controls. For EU/EEA teams, EAA and local implementation rules can shape scope and acceptance criteria. Most organizations benefit from one technical workflow plus region-specific legal mapping.
Yes. Most teams begin with one high-volume document stream, then add more classes after pass/fail and exception handling are stable.
Not necessarily. Many teams start with natural-language prompts via the MCP Server. Engineering teams can then add stricter policy and orchestration around the same DWS operations as needed.
Start with the PDF/UA compliance guide and checklist. Then move into DWS API and MCP setup for implementation.
NEXT STEP
We’ll help you map your current flow, implement an API-based processing path, and define measurable quality gates your team can operate with confidence.