check_accessibility
Scan Word documents for accessibility issues: missing image alt text and missing table header rows. Returns issue count and details.
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 |