README: add note on the segmentation model
This commit is contained in:
@@ -20,7 +20,7 @@ See also the website: [fairscan.org](https://fairscan.org)
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Automatic document detection (using a custom image segmentation model)
|
- Automatic document detection (using a [custom image segmentation model](https://github.com/pynicolas/fairscan-segmentation-model))
|
||||||
- Automatic perspective correction
|
- Automatic perspective correction
|
||||||
- Automatic image enhancement
|
- Automatic image enhancement
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ FairScan should be compatible with all devices that:
|
|||||||
|
|
||||||
Kudos to the developers of those projects!
|
Kudos to the developers of those projects!
|
||||||
|
|
||||||
## Build instructions
|
## Build
|
||||||
|
|
||||||
To build an APK:
|
To build an APK:
|
||||||
```bash
|
```bash
|
||||||
@@ -62,5 +62,10 @@ To build an Android App Bundle:
|
|||||||
./gradlew clean check :app:bundleRelease
|
./gradlew clean check :app:bundleRelease
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Note on the segmentation model
|
||||||
|
The builds automatically downloads the segmentation model from
|
||||||
|
[fairscan-segmentation-model](https://github.com/pynicolas/fairscan-segmentation-model).
|
||||||
|
This is done in [`download-tflite.gradle.kts`](app/download-tflite.gradle.kts).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is licensed under the GNU GPLv3. See [LICENSE](LICENSE) for details.
|
This project is licensed under the GNU GPLv3. See [LICENSE](LICENSE) for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user