Skip to content

Commit 967ae0e

Browse files
authored
Create README.md
1 parent cf48684 commit 967ae0e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.

0 commit comments

Comments
 (0)