A fully offline iOS app for capturing, organizing, and managing receipts using on-device OCR and Apple's Foundation LLM for intelligent text extraction.
In a world where every app wants your data, Receipt Box takes a different approach. It leverages the power of modern Apple Silicon to process everything on your device, ensuring your financial data never leaves your pocket.
Intelligent Parsing
The app combines VisionKit for text recognition with Apple's Foundation Models to extract structured data from your receipts. It automatically identifies:
- • Store name, address, and phone
- • Transaction dates and receipt numbers
- • Subtotals, taxes, tips, and totals
- • Line items with quantities and prices
Key Features
- Comprehensive Capture: Support for single and multi-page receipts, with options for camera capture or photo library import.
- Smart Organization: Create custom folders (Work, Vacation, etc.) with customizable colors and icons.
- Export & Share: Generate professional PDF reports, or export data as CSV/JSON for easy integration.
Privacy First
Receipt Box is 100% offline.
- All OCR processing happens on-device using VisionKit.
- AI text parsing uses Apple's on-device Foundation Models.
- Images are stored locally in the app's documents directory.
- No analytics, no tracking, no cloud servers.
Technical Stack
SwiftUI SwiftData VisionKit Foundation Models