diff --git a/README.md b/README.md index d7393c4..5f3182b 100644 --- a/README.md +++ b/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 diff --git a/README_fr.md b/README_fr.md index 8da9abd..665bc4f 100644 --- a/README_fr.md +++ b/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