Update markdown files (#17)

This commit is contained in:
pynicolas
2025-09-11 22:34:36 +02:00
committed by GitHub
parent af487b4a18
commit a30e7ab11c
2 changed files with 5 additions and 20 deletions

View File

@@ -1,9 +1,6 @@
# MyScan (temporary name)
# FairScan
**MyScan** is a free and open source Android app for scanning documents quickly and privately.
> ⚠️ This project is under active development.
> The apps final name and repository structure may change in the near future.
**FairScan** is a free and open source Android app for scanning documents quickly and privately.
## Features
@@ -16,18 +13,17 @@
## Philosophy
Most document scanner apps are cluttered, invasive, or frustrating to use.
MyScan aims to be a simple, efficient and respectful alternative.
FairScan aims to be a simple, efficient and respectful alternative.
## Privacy Policy
The app does not collect or share any personal data.
- Camera access is used only for local document detection.
- Camera access is used only to create a PDF for the user.
- Captured images are stored only on the user's device.
- No data is sent to any server.
- No analytics, no ads, no tracking.
See [privacy.md](./privacy.md)
## Build instructions
```bash

View File

@@ -1,11 +0,0 @@
# Privacy Policy
**MyScan** does not collect or share any personal data.
- The camera is used locally to detect documents.
- No data is sent to any server.
- No analytics, no advertising, no tracking.
This app is entirely offline and open source.
You can inspect the full source code in this repository.