Scan & Sync with SuperScan: Scan documents and sync them across all platforms
Welcome to the official GitHub repository of SuperScan!
Google Play • Download for Mac & Windows • Website
- Scan documents using native scanning tools (such as MLKit on Android and VisionKit on iOS)
- Sync the scanned documents to desktop using Google Drive
- Extract text directly from scanned documents using OCR (Optical Character Recognition)
- Summarize scanned documents with AI
- Cross-platform compatibility (iOS, Android, macOS, Windows, and Linux)
Although there are many alternatives that exist, mosty notably CamScanner, I've decided to create SuperScan for the following reasons:
- To make sure that basic features are paywall-free
- To allow the user to freely decide whether to synchronize their scanned documents
- To allow the user to use Google Drive to sync, unifying the user's subscriptions into one space, instead of many
- ✅ Beauitful Material 3 UI
- ✅ Cross-platform compatibility
- ✅ Scan documents
- ✅ Save documents into local storage
- ✅ View scanned documents
- ✅ Delete and rename scanned documents
- ✅ Export scanned documents as PDF and images
- ✅ Edit scanned documents (rotate and crop)
- ✅ Select pages of a scan before exporting
- ✅ Search scanned documents
- ✅ Reorder scan pages
- ✅ Sync documents with Google Drive
- ✅ Stability of App
- ✅ Implement an in-app feature, nicknamed MagicEyes
- ✅ Implement Ads
MagicEyes is a set of AI and algorithm-based features that improves the experience of SuperScan. In MagicEyes, you get the ability to:
- Extract text from documents using system-level OCR
- Summarize documents using AI
- Proofread documents using AI
- Text completion with AI
- Topic research with AI
How will the AI features implemented in SuperScan?
I believe that the best way to implement AI features with MagicEyes is via API Keys. This is so that users who want to use AI (more specifically, OpenAI's ChatGPT) can do so with their own API Keys. And those who aren't interested can choose to not use AI.
The reason I've chosen Google Drive is because I want the user to use a cloud storage platform (which the user most likely already has), instead of buying a subscription. It's also easier for me in terms of budget as I don't need to invest in database fees.
- Clean code
- ✅ Flutter Stage Management
Available on the Google Play Store!
Please remember that since it's not notarized by Apple, macOS would prevent you from running the app. But, don't worry! Run the app as is, it'll give you a warning, dismiss that, go to Settings > Privacy & Security > scroll down > and click "Open Anyway" to open the app. Now, you can run it normally every time! As of now, SuperScan is still work in progress, and basic features are still being developed. Once I've completed the basic feautures and I'm confident that SuperScan is ready for public release, I'll publish the app to the Google Play Store, and I'll manually release the desktop versions. For now, you can download and install it on Android using the APKs on the Release tab.
Apple App Store on iOS and Apple-notarized app on macOS: TBA
Linux: TBA
SuperScan will be available on the following platforms on launch:
- Android
- Windows
- macOS
I'll expand the availability to the other platforms a little while after launch. Other platforms include:
- iOS
- Linux
Freemium: I plan to give the user access to all features, with the inclusion of ads implemented in a non-intrusive way. Users will be able to donate me via In-App Purchases or other methods, which will disable ads. AI features use the BYOK (Bring Your Own Key) principle, meaning you'd need to have your own OpenAI API key to use MagicEyes. Please remember that the use of MagicEyes requires a recurring donation.
MIT License
Copyright (c) 2026 Kaung Zin Lin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
