Open-Source Mobile-First Receipt and Document Capture Companion for Paperless-ngx That Handles Multi-Page Auto-Crop and Direct Upload
Paperless-ngx is the gold-standard self-hosted document brain but its biggest weakness in 2026 is still the on-ramp: you can't actually scan a receipt from your phone with a polished app. Users keep wiring up Docutain (closed source, German vendor), Genius Scan (closed source, subscription), or scripts piped through a folder. The opening is a FOSS mobile app that does proper edge detection, multi-page scans, and direct upload over a long-lived QR-pairing token.
On-device edge detection via VisionKit (iOS) or ML Kit (Android) does 95% of the work for free. The trap is trying to bring your own model and inventing the wheel. The real engineering is the upload pipeline — wifi-resume, background queueing, and a long-lived QR-pairing token that doesn't require the user to type their Paperless URL or API key on a phone keyboard.
landscape (4 existing solutions)
The Paperless-ngx ecosystem has finally polished the server, the web UI, and even browsing, but capture is still where every install hits a wall. Existing FOSS attempts are good at browsing, not scanning.