pdf-accessibility/uploads
DJP 2952731bd6 Fix coordinate scaling for visual markers
Issue: Marker boxes were misaligned with actual PDF content
Cause: Coordinate system mismatch between PDF (72 DPI) and rendered images (150 DPI)
Fix: Apply proper DPI scaling factor to coordinates

Changes:
- Calculate scale factor: DPI / 72 (e.g., 150/72 = 2.083)
- Scale all x/y coordinates before drawing
- Store page_image_dpi in JSON for frontend
- Add debug console logs to verify scaling

Formula:
- pixel_coordinate = pdf_coordinate × (image_dpi / 72)
- Example: 100 points @ 150 DPI = 208 pixels

Now markers should align perfectly with PDF content!

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 16:31:02 -04:00
..
pdf_68f69a5a2e6be2.05642819.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f69a05d34264.73320265.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f69b6cedb0f4.31927028.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f690e61b1447.67377632.pdf Add visual page-by-page issue display 2025-10-20 15:53:11 -04:00
pdf_68f690f834ae44.29322803.pdf Add visual page-by-page issue display 2025-10-20 15:53:11 -04:00
pdf_68f695b6821ca6.28479502.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f699e7ec43d9.29719320.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f6910eeeb3d7.85806352.pdf Add visual page-by-page issue display 2025-10-20 15:53:11 -04:00
pdf_68f6916ce7f617.79988789.pdf Add visual page-by-page issue display 2025-10-20 15:53:11 -04:00
pdf_68f6935c7349c0.04540621.pdf Add coordinate tracking and page image generation 2025-10-20 15:57:51 -04:00
pdf_68f6958a113a43.08606753.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f6961adb6136.16828488.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f6962a8dcc17.54521335.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
pdf_68f69229886380.01972382.pdf Add visual page-by-page issue display 2025-10-20 15:53:11 -04:00
test_visual_demo.pdf Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00