Skip to content

Commit 77ece8b

Browse files
authored
Merge pull request #1018 from AdobeDocs/feature-23-july-25
update : WCAG instead of WCAG 2.0
2 parents 9b43137 + d62a36e commit 77ece8b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PDF Accessibility Checker | How Tos | PDF Services API | Adobe PDF Servic
33
---
44
# PDF Accessibility Checker
55

6-
The Accessibility Checker API verifies if PDF files meet the machine-verifiable requirements of PDF/UA and WCAG 2.0. It generates a report summarizing the findings of the accessibility checks. Additional human remediation may be required to ensure the reading order of elements is correct and that alternative text tags properly convey the meaning of images. The report contains links to documentation that assists in manually fixing problems using Adobe Acrobat Pro.
6+
The Accessibility Checker API verifies if PDF files meet the machine-verifiable requirements of PDF/UA and WCAG. It generates a report summarizing the findings of the accessibility checks. Additional human remediation may be required to ensure the reading order of elements is correct and that alternative text tags properly convey the meaning of images. The report contains links to documentation that assists in manually fixing problems using Adobe Acrobat Pro.
77

88
## API Parameters
99

@@ -316,7 +316,6 @@ curl --location --request POST 'https://pdf-services.adobe.io/operation/accessib
316316
}'
317317
```
318318
319-
320319
## Check accessibility for specified pages
321320
322321
The sample below performs an accessibility check operation for specified pages of a given PDF.

src/pages/resources/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
{
9494
"name": "PDF Accessibility Checker",
95-
"description": "Accessibility Checker API will check PDF files to see if they meet the machine-verifiable requirements of PDF/UA and WCAG 2.0."
95+
"description": "Accessibility Checker API will check PDF files to see if they meet the machine-verifiable requirements of PDF/UA and WCAG."
9696
},
9797
{
9898
"name": "PDF Watermark",

0 commit comments

Comments
 (0)