From 2457e08f1a2fbe4ff7b777cce90097ab5218c694 Mon Sep 17 00:00:00 2001 From: vignesh66085 Date: Wed, 23 Jul 2025 11:41:43 +0530 Subject: [PATCH 1/2] update : WCAG instead of WCAG 2.0 --- .../pdf-services-api/howtos/pdf-accessibility-checker-api.md | 2 +- src/pages/resources/openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md b/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md index a9fca7714..349716e24 100644 --- a/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md +++ b/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md @@ -3,7 +3,7 @@ title: PDF Accessibility Checker | How Tos | PDF Services API | Adobe PDF Servic --- # PDF Accessibility Checker -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. +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. ## API Parameters diff --git a/src/pages/resources/openapi.json b/src/pages/resources/openapi.json index 93066ebf8..0ef33b164 100644 --- a/src/pages/resources/openapi.json +++ b/src/pages/resources/openapi.json @@ -92,7 +92,7 @@ }, { "name": "PDF Accessibility Checker", - "description": "Accessibility Checker API will check PDF files to see if they meet the machine-verifiable requirements of PDF/UA and WCAG 2.0." + "description": "Accessibility Checker API will check PDF files to see if they meet the machine-verifiable requirements of PDF/UA and WCAG." }, { "name": "PDF Watermark", From d62a36e0dd9a66b5bbb2f9a2af3685e13f3add77 Mon Sep 17 00:00:00 2001 From: vignesh66085 Date: Wed, 23 Jul 2025 17:31:10 +0530 Subject: [PATCH 2/2] fix : lint issue --- .../pdf-services-api/howtos/pdf-accessibility-checker-api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md b/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md index 349716e24..2422ad1d1 100644 --- a/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md +++ b/src/pages/overview/pdf-services-api/howtos/pdf-accessibility-checker-api.md @@ -316,7 +316,6 @@ curl --location --request POST 'https://pdf-services.adobe.io/operation/accessib }' ``` - ## Check accessibility for specified pages The sample below performs an accessibility check operation for specified pages of a given PDF.