check_accessibility
Scan Microsoft Word documents for accessibility issues such as missing alt text and table headers, and receive a count and list of problems.
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 |