In developmentSC/01
Capture from anywhere on your desk.
Being built to pull pages in from a connected scanner via ImageCaptureCore, from your iPhone through Continuity Camera, or from images and PDFs you already have — one inbox for everything on paper.
scanner · iPhone · import→
In developmentSC/02
On-device OCR.
Apple's Vision framework will recognize the text on every page locally, producing searchable, selectable text layered onto the scan — no cloud OCR API, no per-page metering, no document ever transmitted.
Apple Vision · local→
In developmentSC/03
Clean pages, automatically.
Edge detection, deskew, perspective correction, and page cleanup are being built into the capture path, so a photo of a crumpled receipt comes out looking like it went through a flatbed.
edges · deskew · cleanup→
In developmentSC/04
A library that finds things.
Documents will be named, dated, and organized into a local library backed by SQLite full-text search (FTS5) — type a phrase from a contract and the page that contains it comes back, entirely offline.
SQLite · FTS5 · offline→
In developmentSC/05
Searchable PDF export.
Being built to export any document as a searchable PDF — the cleaned page images with the recognized text embedded underneath — written straight to a folder you choose. No watermark, no re-upload.
PDF · text layer · local→
In developmentSC/06
Native, and only native.
A SwiftUI app on Apple frameworks end to end — Vision, ImageCaptureCore, AVFoundation, SQLite — with no bundled web stack, no Electron, and no network service of any kind in the design.
SwiftUI · Apple frameworks→