Updated Affiliated Projects (markdown)

hansmi 2023-05-15 22:29:28 +02:00
parent b21249bc65
commit a8e4abd501

@ -5,4 +5,14 @@ Paperless has been around for a while now, and people have built tools that inte
- [Paperless Mobile](https://github.com/astubenbord/paperless-mobile): A modern, feature rich Android app for Paperless-ngx.
- [Paperless Share](https://github.com/qcasey/paperless_share): Share any files from your Android application with Paperless-ngx. Very simple, but works with all mobile scanning apps that allow you to share scanned documents.
- **Desktop**
- [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): Scan and prepare (crop, deskew, OCR, ...) your documents for use in Paperless-ngx.
- [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): Scan and prepare (crop, deskew, OCR, ...) your documents for use in Paperless-ngx.
# API clients
* Dart:
[astubenbord/paperless-mobile](https://github.com/astubenbord/paperless-mobile/)
uses its own API client.
* Go: [hansmi/paperhooks](https://github.com/hansmi/paperhooks/) is a toolkit
for writing consumption hooks and includes a REST API client.
* Python: [tb1337/paperless-api](https://github.com/tb1337/paperless-api) is
an asynchronous wrapper for the REST API.