Skip to content

Commit 82429c0

Browse files
Garvit KansalGarvit Kansal
authored andcommitted
Merge remote-tracking branch 'origin/main' into python-4.2-release
2 parents ed952aa + aba51cd commit 82429c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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 the latest version of 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.
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.
77

88
## API Parameters
99

src/pages/resources/openapi.json

Lines changed: 2 additions & 2 deletions
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."
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."
9696
},
9797
{
9898
"name": "PDF Watermark",
@@ -7388,7 +7388,7 @@
73887388
"PDF Accessibility Checker"
73897389
],
73907390
"summary": "PDF Accessibility Checker Operation",
7391-
"description": "Accessibility Checker API will check PDF files to see if they meet the <b>machine-verifiable</b> requirements of PDF/UA and WCAG. It will generate a report that summarizes the findings of the accessibility checks. Additional human remediation may be required to ensure that the reading order of elements is correct and that alternative text tags properly convey the meaning of an image. The report contains links to documentation that assist in manually fixing problems using Adobe Acrobat Pro.",
7391+
"description": "Accessibility Checker API will check PDF files to see if they meet the <b>machine-verifiable</b> requirements of PDF/UA and WCAG 2.0. It will generate a report that summarizes the findings of the accessibility checks. Additional human remediation may be required to ensure that the reading order of elements is correct and that alternative text tags properly convey the meaning of an image. The report contains links to documentation that assist in manually fixing problems using Adobe Acrobat Pro.",
73927392
"operationId": "pdfoperations.accessibilitychecker",
73937393
"parameters": [
73947394
{

0 commit comments

Comments
 (0)