mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
Auto-update README
This commit is contained in:
parent
c789b82928
commit
0739a193d0
2 changed files with 26 additions and 4 deletions
15
README.md
15
README.md
|
@ -32,7 +32,7 @@ Paperless-ngx is a document management system that transforms your physical docu
|
|||
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
||||
|
||||
|
||||
**Shipped version:** 1.6~ynh1
|
||||
**Shipped version:** 1.11.0~ynh1
|
||||
|
||||
**Demo:** https://demo.paperless-ngx.com/
|
||||
|
||||
|
@ -43,7 +43,18 @@ Paperless-ngx is a document management system that transforms your physical docu
|
|||
## Disclaimers / important information
|
||||
|
||||
* This app require a dedicated domain.
|
||||
* There no LDAP or SSO. ⚠️ The admin user will recieve a mail after the installation.
|
||||
* There is no LDAP or SSO support.
|
||||
|
||||
* Paperless is performing OCR on documents and images. English is installed by default. More languages can be installed:
|
||||
* Display a list of all Tesseract language packs `apt-cache search tesseract-ocr`
|
||||
* Install additional language packs
|
||||
* Example for french `sudo apt-get install tesseract-ocr-fra`
|
||||
* Example for german `sudo apt-get install tesseract-ocr-deu`
|
||||
* Modify config to add new languages
|
||||
* Open config-panel: https://my-domain.tld/yunohost/admin/#/apps/$app_id/config-panel
|
||||
* You can combine multiple languages like this:
|
||||
* One language: eng
|
||||
* Two languages: eng+fra
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -32,7 +32,7 @@ Paperless-ngx is a document management system that transforms your physical docu
|
|||
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
||||
|
||||
|
||||
**Version incluse :** 1.6~ynh1
|
||||
**Version incluse :** 1.11.0~ynh1
|
||||
|
||||
**Démo :** https://demo.paperless-ngx.com/
|
||||
|
||||
|
@ -43,7 +43,18 @@ Paperless-ngx is a document management system that transforms your physical docu
|
|||
## Avertissements / informations importantes
|
||||
|
||||
* This app require a dedicated domain.
|
||||
* There no LDAP or SSO. ⚠️ The admin user will recieve a mail after the installation.
|
||||
* There is no LDAP or SSO support.
|
||||
|
||||
* Paperless is performing OCR on documents and images. English is installed by default. More languages can be installed:
|
||||
* Display a list of all Tesseract language packs `apt-cache search tesseract-ocr`
|
||||
* Install additional language packs
|
||||
* Example for french `sudo apt-get install tesseract-ocr-fra`
|
||||
* Example for german `sudo apt-get install tesseract-ocr-deu`
|
||||
* Modify config to add new languages
|
||||
* Open config-panel: https://my-domain.tld/yunohost/admin/#/apps/$app_id/config-panel
|
||||
* You can combine multiple languages like this:
|
||||
* One language: eng
|
||||
* Two languages: eng+fra
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
|
|
Loading…
Reference in a new issue