Axescheck Jun 2026
: Checks specifically against the Matterhorn Protocol (for PDF/UA) and WCAG 2.x criteria.
— Pass/Fail: N/A
— Pass/Fail: Pass
# 3. Dimension Bounds Check if min_dims is not None and data_dims < min_dims: raise ValueError(f"'name' must have at least min_dims dimensions, but got data_dims.") if max_dims is not None and data_dims > max_dims: raise ValueError(f"'name' must have at most max_dims dimensions, but got data_dims.") axescheck
: As a web-based version of the PDF Accessibility Checker (PAC), it allows users on any operating system—including macOS and mobile—to test files without installing software. : Checks specifically against the Matterhorn Protocol (for