|
1 | | -# CardSnap |
| 1 | +<p align="center"> |
| 2 | + <img src="assets/cardsnap_logo.svg" alt="CardSnap Logo" width="128" height="128"> |
| 3 | +</p> |
2 | 4 |
|
3 | | -[](https://github.com/Sensible-Analytics/CardSnap/actions/workflows/ci.yml) |
4 | | -[](https://github.com/Sensible-Analytics/CardSnap/actions/workflows/android-build.yml) |
| 5 | +<h1 align="center">CardSnap</h1> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <strong>Scan a card. Save a contact. Done.</strong> |
| 9 | +</p> |
| 10 | + |
| 11 | +[](https://github.com/Sensible-Analytics/CardScannerApp/actions/workflows/ci.yml) |
| 12 | +[](https://github.com/Sensible-Analytics/CardScannerApp/actions/workflows/android-build.yml) |
5 | 13 | [](https://opensource.org/licenses/MIT) |
6 | 14 | [](https://kotlinlang.org) |
7 | 15 | [](https://developer.android.com/distribute/best-practices/develop/target-sdk) |
|
10 | 18 |
|
11 | 19 | CardSnap is a professional business card scanner built with **native Kotlin** and **Jetpack Compose**. It uses Google's ML Kit for OCR to extract contact details from business card photos, then intelligently parses and saves them to your device contacts. |
12 | 20 |
|
| 21 | +🌐 **[Try CardSnap](https://sensible-analytics.github.io/CardScannerApp/)** | [Download APK](https://github.com/Sensible-Analytics/CardScannerApp/releases) | [Report Bug](https://github.com/Sensible-Analytics/CardScannerApp/issues) |
| 22 | + |
13 | 23 | --- |
14 | 24 |
|
15 | 25 | ## 📱 Screenshots |
@@ -76,8 +86,8 @@ CardSnap follows the **MVVM architecture** with clean separation of concerns: |
76 | 86 |
|
77 | 87 | | Version | Type | Link | |
78 | 88 | |---------|------|------| |
79 | | -| Latest Debug APK | Debug | [Download from Releases](https://github.com/Sensible-Analytics/CardSnap/releases) | |
80 | | -| Latest Release APK | Release | [Download from Releases](https://github.com/Sensible-Analytics/CardSnap/releases) | |
| 89 | +| Latest Debug APK | Debug | [Download from Releases](https://github.com/Sensible-Analytics/CardScannerApp/releases) | |
| 90 | +| Latest Release APK | Release | [Download from Releases](https://github.com/Sensible-Analytics/CardScannerApp/releases) | |
81 | 91 |
|
82 | 92 | --- |
83 | 93 |
|
@@ -126,8 +136,8 @@ Review the extracted contact details, edit any fields if needed, then save to yo |
126 | 136 |
|
127 | 137 | ```bash |
128 | 138 | # Clone the repository |
129 | | -git clone https://github.com/Sensible-Analytics/CardSnap.git |
130 | | -cd CardSnap |
| 139 | +git clone https://github.com/Sensible-Analytics/CardScannerApp.git |
| 140 | +cd CardScannerApp |
131 | 141 |
|
132 | 142 | # Build debug APK |
133 | 143 | cd android |
@@ -175,8 +185,8 @@ We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) |
175 | 185 |
|
176 | 186 | ## 📞 Support |
177 | 187 |
|
178 | | -- **Issues**: [GitHub Issues](https://github.com/Sensible-Analytics/CardSnap/issues) |
179 | | -- **Discussions**: [GitHub Discussions](https://github.com/Sensible-Analytics/CardSnap/discussions) |
| 188 | +- **Issues**: [GitHub Issues](https://github.com/Sensible-Analytics/CardScannerApp/issues) |
| 189 | +- **Discussions**: [GitHub Discussions](https://github.com/Sensible-Analytics/CardScannerApp/discussions) |
180 | 190 |
|
181 | 191 | --- |
182 | 192 |
|
|
0 commit comments