qcasey / paperless_share

Android App to share your documents with your Paperless server
GNU General Public License v3.0
149 stars 10 forks source link

Paperless Share

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> <img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80">

An Android app that bridges your document scanner with your paperless-ng server.

Why?

I like using extremely refined scanning apps such as Office Lens for documents. Paperless Share adds Paperless to the Android share sheet for easy consumption.

It's similar in spirit to 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 version 0.9.5 or higher.

Android

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> <img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80">

Download latest release or build from source.

Building

Install Flutter and integrate with your IDE of choice. A release can then be built and installed using:

flutter pub get
flutter build appbundle
flutter build apk --split-per-abi
cd build/app/outputs/flutter-apk/
flutter install