diff --git a/docs/configuration.md b/docs/configuration.md index e400492b1..b4e200f95 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1159,19 +1159,21 @@ still perform some basic text pre-processing before matching. #### [`PAPERLESS_DATE_PARSER_LANGUAGES=`](#PAPERLESS_DATE_PARSER_LANGUAGES) {#PAPERLESS_DATE_PARSER_LANGUAGES} -Specifies which language Paperless should use when parsing dates from documents. +: Specifies which language Paperless should use when parsing dates from documents. - This should be a language code supported by the dateparser library, - for example: "en", or a combination such as "en+de". - Locales are also supported (e.g., "en-AU"). - Multiple languages can be combined using "+", for example: "en+de" or "en-AU+de". - For valid values, refer to the list of supported languages and locales in the [dateparser documentation](https://dateparser.readthedocs.io/en/latest/supported_locales.html). +: This should be a language code supported by the dateparser library, +for example: "en", or a combination such as "en+de". +Locales are also supported (e.g., "en-AU"). +Multiple languages can be combined using "+", for example: "en+de" or "en-AU+de". +For valid values, refer to the list of supported languages and locales in the [dateparser documentation](https://dateparser.readthedocs.io/en/latest/supported_locales.html). + +: Set this to match the languages in which most of your documents are written. - Set this to match the languages in which most of your documents are written. If not set, Paperless will attempt to infer the language(s) from the OCR configuration (`PAPERLESS_OCR_LANGUAGE`). -!!! note -This format differs from the `PAPERLESS_OCR_LANGUAGE` setting, which uses ISO 639-2 codes (3 letters, e.g., "eng+deu" for Tesseract OCR). + !!! note + + This format differs from the `PAPERLESS_OCR_LANGUAGE` setting, which uses ISO 639-2 codes (3 letters, e.g., "eng+deu" for Tesseract OCR). #### [`PAPERLESS_EMAIL_TASK_CRON=`](#PAPERLESS_EMAIL_TASK_CRON) {#PAPERLESS_EMAIL_TASK_CRON} diff --git a/docs/usage.md b/docs/usage.md index 72bef8d58..2179c919d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -458,8 +458,8 @@ For related metadata such as tags, correspondents, document types, and storage p ### Password reset In order to enable the password reset feature you will need to setup an SMTP backend, see -[`PAPERLESS_EMAIL_HOST`](configuration.md#PAPERLESS_EMAIL_HOST). If your installation does not have -[`PAPERLESS_URL`](configuration.md#PAPERLESS_URL) set, the reset link included in emails will use the server host. +[`PAPERLESS_EMAIL_HOST`](configuration.md#PAPERLESS_EMAIL_HOST). You should also set +[`PAPERLESS_URL`](configuration.md#PAPERLESS_URL) and / or its corresponding configuration settings. ### Two-factor authentication