]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Include .eml reference in docs
authorphail <phail@hacknology.de>
Sun, 20 Nov 2022 19:33:07 +0000 (20:33 +0100)
committerphail <phail@hacknology.de>
Sun, 20 Nov 2022 19:33:07 +0000 (20:33 +0100)
docs/configuration.rst

index 32a302f0c3317ccd61b58df11f9310d941221af0..2523b0f5dbc011045a3cca9e95f6d884463c1edd 100644 (file)
@@ -497,8 +497,10 @@ Tika settings
 
 Paperless can make use of `Tika <https://tika.apache.org/>`_ and
 `Gotenberg <https://gotenberg.dev/>`_ for parsing and
-converting "Office" documents (such as ".doc", ".xlsx" and ".odt"). If you
-wish to use this, you must provide a Tika server and a Gotenberg server,
+converting "Office" documents (such as ".doc", ".xlsx" and ".odt").
+Tika and Gotenberg are also needed to allow parsing of E-Mails (.eml).
+
+If you wish to use this, you must provide a Tika server and a Gotenberg server,
 configure their endpoints, and enable the feature.
 
 PAPERLESS_TIKA_ENABLED=<bool>