check_accessibility
Scan documents to identify accessibility issues, such as images without alt text and tables missing header rows.
Instructions
Scan the document for accessibility issues.
Checks images for missing alt text and tables for missing header rows.
Returns: {"issue_count": int, "issues": list[dict]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |