From a8e4abd501fa479e2e32730c7900e36843c51333 Mon Sep 17 00:00:00 2001 From: hansmi Date: Mon, 15 May 2023 22:29:28 +0200 Subject: [PATCH] Updated Affiliated Projects (markdown) --- Affiliated-Projects.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Affiliated-Projects.md b/Affiliated-Projects.md index 2654741..d5991e8 100644 --- a/Affiliated-Projects.md +++ b/Affiliated-Projects.md @@ -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. \ No newline at end of file + - [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. \ No newline at end of file