No description
Find a file
DJP e166ed99f1 Add issue numbering and smart marker grouping
Issue Numbering System:
📍 Issues with visual markers now show #1, #2, #3, etc.
- Yellow badge "📍 #5" appears on issues with page locations
- Click badge to jump to Visual Page Inspector and highlight marker
- Numbers correlate between issue list and page markers

Smart Marker Grouping:
🎯 Multiple issues at same location = ONE marker
- Example: 8 issues on one image → Shows "1+7" badge
- Hover shows ALL issues at that location in tooltip
- Prevents marker overlap and clutter
- First issue number + count of additional issues

Table Coordinate Support:
📊 Tables now have visual markers
- Extract bounding box from pdfplumber find_tables()
- Tables highlighted with orange warning boxes
- Each table gets its own marker

Enhanced Tooltips:
💬 Hover markers to see multiple issues:
- Lists all issues at that coordinate
- Shows severity, description, and fix for each
- Scrollable for locations with many issues
- "3 issues at this location:" header

Interactive Features:
- Click 📍 #5 badge in issue list → jumps to page & pulses marker
- Hover marker → see all issues there
- Larger badges for multi-issue locations (18px vs 16px)
- White stroke around badges for better visibility

Result: Page 1 with 3 images & 24 issues = 3 clean markers instead of 24!

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 18:15:42 -04:00
README's Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -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
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