mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
87c2c44b3f
* convert to v2 * v2 * Use /opt/yunohost/__APP__ * v2 * v2 * Auto-update README * fix * v2 * v2 * v2 * v2 * Auto-update README * v2 * typo * set redis_db in restore script * fix api permissions * linter please * Fix api access --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Fabian Wilkens <46000361+FabianWilkens@users.noreply.github.com>
627 B
627 B
-
This app require a dedicated domain.
-
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
- Example for french
- Modify config to add new languages
- Open the configuration
- You can combine multiple languages like this:
- One language: eng
- Two languages: eng+fra
- Display a list of all Tesseract language packs