Motivation
Users working with scanned or merged PDFs often end up with blank pages or accidental duplicates (from re-scanning, merging multiple files, etc.). Manually scrolling through every page to find these is tedious. An auto-detector that flags them would pair naturally with the existing Remove Pages feature, letting users clean up a document in a couple of clicks instead of a manual page-by-page review.
Acceptance Criteria
Technical Notes
- Blank detection: check extracted text length + rendered pixel variance/whitespace ratio
- Duplicate detection: hash page content (text hash and/or perceptual image hash) and compare across pages; consider a similarity threshold rather than exact match only
- Integrate with existing page thumbnail/navigation panel for flag indicators
- Should run as a background/async scan so it doesn't block the UI on large documents
Priority
enhancement pdf page-management
Motivation
Users working with scanned or merged PDFs often end up with blank pages or accidental duplicates (from re-scanning, merging multiple files, etc.). Manually scrolling through every page to find these is tedious. An auto-detector that flags them would pair naturally with the existing Remove Pages feature, letting users clean up a document in a couple of clicks instead of a manual page-by-page review.
Acceptance Criteria
Technical Notes
Priority
enhancementpdfpage-management