mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Uniform display and listing of related projects
parent
7fb08ad227
commit
a5971eb33c
@ -7,51 +7,63 @@ _Please note that the current Paperless-ngx team does not explicitly endorse, su
|
|||||||
If you're one of them, please reach out and we can add your project to the list or you can update this wiki yourself. Current projects include:
|
If you're one of them, please reach out and we can add your project to the list or you can update this wiki yourself. Current projects include:
|
||||||
|
|
||||||
- **Mobile**
|
- **Mobile**
|
||||||
- [Paperless Mobile](https://github.com/astubenbord/paperless-mobile): <kbd>Android</kbd> A modern, feature rich app for Paperless-ngx.
|
- [Paperless Mobile](https://github.com/astubenbord/paperless-mobile): <kbd>Android</kbd>
|
||||||
- [Paperless Share](https://github.com/qcasey/paperless_share): <kbd>Android</kbd> Share any files from your application with Paperless-ngx. Very simple, but works with all mobile scanning apps that allow you to share scanned documents.
|
A modern, feature rich app for Paperless-ngx.
|
||||||
- [Swift Paperless](https://github.com/paulgessinger/swift-paperless): <kbd>iOS</kbd> A native iOS mobile app for Paperless-ngx written in Swift.
|
- [Paperless Share](https://github.com/qcasey/paperless_share): <kbd>Android</kbd>
|
||||||
- [QuickScan](https://www.quickscanapp.com): <kbd>iOS</kbd> Free, feature-rich app, that supports scanning directly into Paperless
|
Share any files from your application with Paperless-ngx. Very simple, but works with all mobile scanning apps that allow you to share scanned documents.
|
||||||
|
- [Swift Paperless](https://github.com/paulgessinger/swift-paperless): <kbd>iOS</kbd>
|
||||||
|
A native iOS mobile app for Paperless-ngx written in Swift.
|
||||||
|
- [QuickScan](https://www.quickscanapp.com): <kbd>iOS</kbd>
|
||||||
|
Free, feature-rich app, that supports scanning directly into Paperless
|
||||||
- see also the Wiki page about [recommended scanner apps](https://github.com/paperless-ngx/paperless-ngx/wiki/Scanner-&-Software-Recommendations#mobile-phone-software)
|
- see also the Wiki page about [recommended scanner apps](https://github.com/paperless-ngx/paperless-ngx/wiki/Scanner-&-Software-Recommendations#mobile-phone-software)
|
||||||
- **Desktop**
|
- **Desktop**
|
||||||
- [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): <kbd>Python</kbd> Scan and prepare (crop, deskew, OCR, ...) your documents for use in Paperless-ngx.
|
- [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): <kbd>Python</kbd>
|
||||||
|
Scan and prepare (crop, deskew, OCR, ...) your documents for use in Paperless-ngx.
|
||||||
- **Cross-Device**
|
- **Cross-Device**
|
||||||
- [Paperparrot](https://apps.apple.com/us/app/paperparrot/id1663665267): <kbd>iOS/macOS</kbd> A native Swift/SwiftUI client. Works offline and supports network scanners.
|
- [Paperparrot](https://apps.apple.com/us/app/paperparrot/id1663665267): <kbd>iOS/macOS</kbd>
|
||||||
- [Paperless Swift](https://apps.apple.com/de/app/swift-paperless/id6448698521): <kbd>iOS/iPadOS</kbd> A native Swift Paperless-ngx app.
|
A native Swift/SwiftUI client. Works offline and supports network scanners.
|
||||||
- [Less Paper](https://apps.apple.com/app/apple-store/id6464425056): <kbd>iOS/iPadOS/macOS</kbd> Yet another native iOS app for paperless-ngx (supporting forward-auth like Authelia or Authentik).
|
- [Paperless Swift](https://apps.apple.com/de/app/swift-paperless/id6448698521): <kbd>iOS/iPadOS</kbd>
|
||||||
|
A native Swift Paperless-ngx app.
|
||||||
|
- [Less Paper](https://apps.apple.com/app/apple-store/id6464425056): <kbd>iOS/iPadOS/macOS</kbd>
|
||||||
|
Yet another native iOS app for paperless-ngx (supporting forward-auth like Authelia or Authentik).
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Former Projects</summary><br>
|
<summary>Former Projects</summary><br>
|
||||||
|
|
||||||
- **Mobile**
|
- **Mobile**
|
||||||
- [~~Paperless App~~](https://github.com/bauerj/paperless_app): <kbd>Android</kbd> A mobile application for Paperless-ngx.
|
- [~~Paperless App~~](https://github.com/bauerj/paperless_app): <kbd>Android</kbd>
|
||||||
|
A mobile application for Paperless-ngx.
|
||||||
- **Desktop**
|
- **Desktop**
|
||||||
- [~~Paperless Desktop~~](https://github.com/thomasbrueggemann/paperless-desktop): <kbd>macOS</kbd> macOS app that uses the paperless API to manage your document scans.
|
- [~~Paperless Desktop~~](https://github.com/thomasbrueggemann/paperless-desktop): <kbd>macOS</kbd>
|
||||||
|
macOS app that uses the paperless API to manage your document scans.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
# API clients
|
# API clients
|
||||||
|
|
||||||
- [astubenbord/paperless-mobile](https://github.com/astubenbord/paperless-mobile/) <kbd>Dart</kbd>
|
- [Paperless Mobile](https://github.com/astubenbord/paperless-mobile/): <kbd>Dart</kbd>
|
||||||
uses its own API client.
|
Uses its own API client.
|
||||||
- [hansmi/paperhooks](https://github.com/hansmi/paperhooks/) <kbd>Go</kbd> is a toolkit
|
- [Paperhooks](https://github.com/hansmi/paperhooks/): <kbd>Go</kbd>
|
||||||
for writing consumption hooks and includes a REST API client.
|
Toolkit for writing consumption hooks, includes a REST API client.
|
||||||
- [tb1337/paperless-api](https://github.com/tb1337/paperless-api) <kbd>Python</kbd> is
|
- [PyPaperless](https://github.com/tb1337/paperless-api): <kbd>Python</kbd>
|
||||||
an asynchronous wrapper for the REST API.
|
Asynchronous wrapper for the REST API.
|
||||||
- [marcelbrueckner/paperless-ngx-cli](https://github.com/marcelbrueckner/paperless-ngx-cli) <kbd>Python</kbd> is
|
- [Paperless-ngx CLI](https://github.com/marcelbrueckner/paperless-ngx-cli): <kbd>Python</kbd>
|
||||||
a command-Line interface for Paperless-ngx.
|
A command-line interface for Paperless-ngx.
|
||||||
- [boul2gom/paperless-rs](https://github.com/boul2gom/paperless-rs) <kbd>Rust</kbd> is
|
- [paperless-rs](https://github.com/boul2gom/paperless-rs): <kbd>Rust</kbd>
|
||||||
an asynchronous Rust library for the Paperless-ngx document manager
|
An asynchronous library for the Paperless-ngx document manager.
|
||||||
|
|
||||||
# Monitoring
|
# Monitoring
|
||||||
|
|
||||||
- [prometheus-paperless-exporter](https://github.com/hansmi/prometheus-paperless-exporter) <kbd>Go</kbd> is a [Prometheus](https://prometheus.io/) metrics exporter. Uses the REST API.
|
- [prometheus-paperless-exporter](https://github.com/hansmi/prometheus-paperless-exporter): <kbd>Go</kbd>
|
||||||
|
A [Prometheus](https://prometheus.io/) metrics exporter. Uses the REST API.
|
||||||
|
|
||||||
# Add-ons
|
# Add-ons
|
||||||
|
|
||||||
- [paperless-mailservice](https://github.com/carlosz1986/paperless-mailservice) <kbd>Go</kbd> sends custom tagged documents to one or more defined email addresses (different rulesets possible)
|
- [Paperless Mailservice](https://github.com/carlosz1986/paperless-mailservice): <kbd>Go</kbd>
|
||||||
|
Sends custom tagged documents to one or more defined email addresses (different rulesets possible).
|
||||||
|
|
||||||
# Hosting providers
|
# Hosting providers
|
||||||
|
|
||||||
_As noted above, the Paperless-ngx team does not explicitly verify or endorse any of the products listed here._
|
_As noted above, the Paperless-ngx team does not explicitly verify or endorse any of the products listed here. List in alphabetical order_
|
||||||
|
|
||||||
- [Cloudron](https://www.cloudron.io/store/com.paperlessng.cloudronapp.html)
|
- [Cloudron](https://www.cloudron.io/store/com.paperlessng.cloudronapp.html)
|
||||||
- [DigitizerSpace](https://www.digitizerspace.com/solutions/paperless)
|
- [DigitizerSpace](https://www.digitizerspace.com/solutions/paperless)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user