Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qcasey/paperless_share
Android App to share your documents with your Paperless server
https://github.com/qcasey/paperless_share
Last synced: 16 days ago
JSON representation
Android App to share your documents with your Paperless server
- Host: GitHub
- URL: https://github.com/qcasey/paperless_share
- Owner: qcasey
- License: gpl-3.0
- Created: 2020-12-02T05:11:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T19:13:45.000Z (almost 3 years ago)
- Last Synced: 2024-06-08T19:35:35.114Z (5 months ago)
- Language: Dart
- Size: 2.63 MB
- Stars: 149
- Watchers: 5
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paperless Share
[](https://f-droid.org/packages/com.quinncasey.paperless_share/)
[](https://play.google.com/store/apps/details?id=com.quinncasey.paperless_share)
An Android app that bridges your document scanner with your [paperless-ng](https://github.com/jonaswinkler/paperless-ng) server.## Why?
I like using extremely refined scanning apps such as [Office Lens](https://play.google.com/store/apps/details?id=com.microsoft.office.officelens&hl=en_US&gl=US) for documents. **Paperless Share** adds Paperless to the Android share sheet for easy consumption.
It's similar in spirit to [TripleCamel](https://github.com/ebaschiera/TripleCamel), an app that does its job well and can be hidden from your launcher's app list.
## Getting Started
### Requirements
This app requires [paperless-ng](https://github.com/jonaswinkler/paperless-ng) version 0.9.5 or higher.
### Android
[](https://f-droid.org/packages/com.quinncasey.paperless_share/)
[](https://play.google.com/store/apps/details?id=com.quinncasey.paperless_share)
Download [latest release](https://github.com/qcasey/paperless_share/releases/) or build from source.## Building
Install [Flutter](https://flutter.dev/docs/get-started/install) and [integrate with your IDE of choice](https://flutter.dev/docs/get-started/editor?tab=vscode). A release can then be built and installed using:
```bash
flutter pub get
flutter build appbundle
flutter build apk --split-per-abi
cd build/app/outputs/flutter-apk/
flutter install
```