File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # MyScan (temporary name)
2+
3+ ** MyScan** is a free and open source Android app for scanning documents quickly and privately.
4+
5+ > ⚠️ This project is under active development.
6+ > The app’s final name and repository structure may change in the near future.
7+
8+ ## Features
9+
10+ - Capture from the device camera
11+ - Automatic document detection using segmentation
12+ - Perspective correction
13+ - PDF export
14+ - 100% offline, no ads, no tracking, no account
15+
16+ ## Philosophy
17+
18+ Most document scanner apps are cluttered, invasive, or frustrating to use.
19+ MyScan aims to be a simple, efficient and respectful alternative.
20+
21+ ## Privacy Policy
22+
23+ The app does not collect or share any personal data.
24+
25+ - Camera access is used only for local document detection.
26+ - No data is sent to any server.
27+ - No analytics, no ads, no tracking.
28+
29+ See [ privacy.md] ( ./privacy.md )
30+
31+ ## Build instructions
32+
33+ ``` bash
34+ ./gradlew assembleRelease
35+ ```
36+
37+ ## License
38+ This project is licensed under the GNU GPLv3. See [ LICENSE] ( LICENSE ) for details.
You can’t perform that action at this time.
0 commit comments