No description
Find a file
DJP 2a683f1edb Add third-party integration analysis
New Documents:
- INTEGRATION_OPTIONS.md - Comprehensive analysis of tools to integrate
- screen_reader_simulator_proposal.md - Feasibility study

Analysis covers:
 veraPDF (FREE) - STRONGLY RECOMMENDED
  - Open source PDF/UA validator
  - 1-2 day integration, /bin/zsh cost
  - Adds 30% more coverage
  - Structure tree validation, reading order, heading hierarchy

 PDFix SDK (/mo) - Commercial option
  - Full remediation capabilities
  - Only if processing >20 PDFs/month

⚠️ PAC, Adobe SDK, NVDA - Not recommended
  - Various limitations (platform, cost, complexity)

Recommendations:
1. Integrate veraPDF immediately (free, huge value)
2. Build tab order validator (1 day, free)
3. Consider screen reader simulator (3-4 days, nice UX feature)

Result: 24% → 59% coverage with veraPDF + tab validator

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 09:18:38 -04:00
README's Add third-party integration analysis 2025-10-21 09:18:38 -04:00
results Add issue numbering and smart marker grouping 2025-10-20 18:15:42 -04:00
Test_files Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
uploads Add issue numbering and smart marker grouping 2025-10-20 18:15:42 -04:00
.env.example Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
.gitignore Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
api.php Fix poppler PATH for MAMP environments 2025-10-20 16:28:02 -04:00
create_test_pdf_with_images.py Add test PDF for visual inspector demo 2025-10-20 16:21:18 -04:00
enterprise_pdf_checker.py Add issue numbering and smart marker grouping 2025-10-20 18:15:42 -04:00
index.html Add issue numbering and smart marker grouping 2025-10-20 18:15:42 -04:00
requirements.txt Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
screen_reader_simulator_proposal.md Add third-party integration analysis 2025-10-21 09:18:38 -04:00
test_env.py Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_php_env.php Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_quick.sh Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_visual_inspector.pdf Add test PDF for visual inspector demo 2025-10-20 16:21:18 -04:00