No description
Backend Changes:
- Added coordinates field to AccessibilityIssue class
- Extract and store x0, y0, x1, y1 coordinates for image issues
- Generate PNG images for each page (100 DPI)
- Save page images alongside JSON report
- Include page_images map in JSON output
Coordinate Support:
- Image issues now include exact location on page
- Coordinates use PDF coordinate system (bottom-left origin)
- Ready for visual highlighting in web interface
Image Generation:
- Automatic when --output specified
- Images saved to {output}_images/ directory
- PNG format optimized for web display
- Only generated if pdf2image available
Next: Update web interface to display pages with markers
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||
|---|---|---|
| README's | ||
| results | ||
| Test_files | ||
| uploads | ||
| .env.example | ||
| .gitignore | ||
| api.php | ||
| enterprise_pdf_checker.py | ||
| index.html | ||
| requirements.txt | ||
| test_env.py | ||
| test_php_env.php | ||
| test_quick.sh | ||