Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pencilresearch/openscanner
Fast, reliable, and free document scanner app for iPhone
https://github.com/pencilresearch/openscanner
ios-app swift swiftui
Last synced: about 1 month ago
JSON representation
Fast, reliable, and free document scanner app for iPhone
- Host: GitHub
- URL: https://github.com/pencilresearch/openscanner
- Owner: pencilresearch
- License: mit
- Created: 2024-09-16T22:27:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:27:56.000Z (about 2 months ago)
- Last Synced: 2024-09-29T11:25:38.477Z (about 2 months ago)
- Topics: ios-app, swift, swiftui
- Language: Swift
- Homepage: https://openscanner.app
- Size: 404 KB
- Stars: 673
- Watchers: 5
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Open Scanner
Open Scanner is a fast, free document scanning app for iPhone. You can [download it from the App Store](https://apps.apple.com/app/id6578414558).
## About the app
### What is Open Scanner?
Open Scanner scans your receipts, notes, textbooks, and anything else you point your iPhone at.
It saves your scans into its built-in library, and syncs them to all your devices.
Unlike other scanner apps, Open Scanner is free, and always will be: no ads, no in-app purchases, no subscriptions.
### Why should I trust Open Scanner?
Open Scanner is open source (MIT License). That means another app developer can take the source code and audit it, or republish it as their own app.
You can even run your own private version of Open Scanner on your iPhone, if you’re adventurous.
### What permissions does Open Scanner ask for?
Open Scanner will prompt you for the following permissions:
- **Camera**: Required for scanning your documents.
- **Location**: Optional. If you grant location permission, Open Scanner will annotate your scans with location data.### What data does Open Scanner collect?
Please see [Open Scanner's privacy policy](https://openscanner.app/#privacy).
### Who made Open Scanner?
[Pencil Research](https://pencilresearch.com).
## About this project
This project's purpose is to provide iPhone users with a free (and ad-free), privacy-respecting, and auditable document scanning app.
Open Scanner is written in Swift and built with SwiftUI. It uses Core Data for data storage, and CloudKit for synchronization. It supports iOS 16.0+ and visionOS 1.2+.
Contributions to the project, either as issues or pull requests, are welcome.
The version numbers in [Releases](https://github.com/pencilresearch/OpenScanner/releases) correspond to the version numbers in Open Scanner's App Store listing.