1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00
paperless-ngx_ynh/README.md

66 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2022-03-29 11:08:51 +02:00
<!--
2024-03-31 21:13:55 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-03-29 11:08:51 +02:00
It shall NOT be edited by hand.
-->
2022-03-29 18:00:05 +02:00
# Paperless-ngx for YunoHost
2022-03-29 11:08:51 +02:00
2024-07-12 03:40:25 +02:00
[![Integration level](https://dash.yunohost.org/integration/paperless-ngx.svg)](https://ci-apps.yunohost.org/ci/apps/paperless-ngx/) ![Working status](https://ci-apps.yunohost.org/ci/badges/paperless-ngx.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/paperless-ngx.maintain.svg)
2023-04-15 22:02:35 +02:00
2022-03-29 18:00:05 +02:00
[![Install Paperless-ngx with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=paperless-ngx)
2022-03-29 11:08:51 +02:00
2024-04-07 03:41:20 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-03-29 11:08:51 +02:00
2024-03-31 21:13:55 +02:00
> *This package allows you to install Paperless-ngx quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2022-03-29 11:08:51 +02:00
## Overview
2022-03-29 18:48:53 +02:00
Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, *less paper*.
2022-03-29 11:08:51 +02:00
2022-03-29 18:00:05 +02:00
### Features
2022-03-29 11:08:51 +02:00
2022-03-29 18:48:53 +02:00
* Organize and index your scanned documents with tags, correspondents, types, and more.
* Performs OCR on your documents, adds selectable text to image only documents and adds tags, correspondents and document types to your documents.
* Supports PDF documents, images, plain text files, and Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents).
* Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely.
* Single page application front end.
* Full text search helps you find what you need.
* Email processing: Paperless adds documents from your email accounts.
* Machine learning powered document matching.
* Optimized for multi core systems: Paperless-ngx consumes multiple documents in parallel.
* The integrated sanity checker makes sure that your document archive is in good health.
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
2022-03-29 11:08:51 +02:00
2024-03-31 21:13:55 +02:00
2024-08-24 03:42:39 +02:00
**Shipped version:** 2.11.6~ynh1
2022-03-29 11:08:51 +02:00
2024-03-19 02:40:40 +01:00
**Demo:** <https://demo.paperless-ngx.com/>
2022-03-29 11:08:51 +02:00
2022-03-29 18:00:05 +02:00
## Screenshots
2022-03-29 11:08:51 +02:00
2022-08-03 01:25:20 +02:00
![Screenshot of Paperless-ngx](./doc/screenshots/documents-wchrome-dark.png)
2022-03-29 11:08:51 +02:00
## Documentation and resources
2024-03-07 10:37:31 +01:00
- Official app website: <https://paperless-ngx.com>
- Official user documentation: <https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html>
- Official admin documentation: <https://paperless-ngx.readthedocs.io/en/latest/index.html>
- Upstream app code repository: <https://github.com/paperless-ngx/paperless-ngx>
- YunoHost Store: <https://apps.yunohost.org/app/paperless-ngx>
- Report a bug: <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
2022-03-29 11:08:51 +02:00
## Developer info
2024-03-31 21:13:55 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing).
2022-03-29 11:08:51 +02:00
2024-03-31 21:13:55 +02:00
To try the `testing` branch, please proceed like that:
2022-08-03 01:25:20 +02:00
2024-03-19 02:40:40 +01:00
```bash
2022-03-29 18:00:05 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
2022-03-29 11:08:51 +02:00
or
2022-03-29 18:00:05 +02:00
sudo yunohost app upgrade paperless-ngx -u https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
2022-03-29 11:08:51 +02:00
```
2024-03-07 10:37:31 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>