Hello,
We have a requirement for the document of record to be ADA compliant and screen reader accessible.
Currently, we are generating document of records with the OutputService API in AEM. In the PDFOutputOptions object, setTaggedPDF is set to true to generate accessibility tags in the PDF. When using a screen reader on the resulting PDF, we find that the field values and names are often repeated. Radio buttons are not read in order and does not state which option is checked.
This results in having to manually remediate the document of record to resolve accessibility issues. Is there a way to generate document of records that are ADA complaint without having to manipulate the tag tree?
Thank you