Run accessibility and quality checks on a document.

1. Usage

uniword check FILE

2. Options

--type

Check type: quality, accessibility, or all. Default: all.

--verbose, -v

Show detailed issue listing.

--json

Output results as JSON.

3. Examples

Run all checks:

uniword check document.docx

Run only accessibility checks:

uniword check document.docx --type accessibility

Output JSON results:

uniword check document.docx --json

4. Checks performed

Quality checks include: - Heading hierarchy validation - Empty paragraph detection - Style consistency

Accessibility checks include: - Image alt text presence - Link text quality - Color contrast (WCAG 2.1 AA)