Add PDF Accessibility Checker - #272
Open
Chang-Hai wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new PDF-focused resource to the project’s “Tools” list, expanding the catalog of accessibility tooling with an in-browser PDF pre-check utility.
Changes:
- Added “PDF Accessibility Checker” entry to the Tools table.
- Documented that the tool provides automated signals only and does not certify standards conformance.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| |[Headings Map](https://addons.mozilla.org/en-US/firefox/addon/headingsmap/)|The extension generates a document-map or index of any web document structured with headings and/or with sections in HTML 5. It shows the headings structure, the errors in the structure (ie. incorrect levels), and it works as HTML5 Outliner too. | ||
| |[HTML5 Acessibility](http://www.html5accessibility.com/)|Get the current accessibility support status of HTML5 features across major browsers | ||
| |[Lecteur PDF accessible (RGAA Checker)](https://rgaa-checker.com/outils/lecteur-pdf-accessible)|Free in-browser accessible PDF reader with reflowable text, dyslexia-friendly typography profiles, OCR for scanned documents, dual view and annotations. FR. | ||
| |[PDF Accessibility Checker](https://pdfaccesschecker.com/)|Free browser-local pre-check for machine-verifiable PDF accessibility signals, including title, language metadata, tags and structure, image-only pages, links, and forms. It does not certify WCAG, PDF/UA, or Section 508 conformance; manual review is still required.| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds PDF Accessibility Checker to the Tools list. It is a free browser-local pre-check for machine-verifiable PDF accessibility signals and clearly states that automated results are not compliance certification. The homepage is live and the core check runs without an account or PDF upload.
Disclosure: I maintain the submitted resource.