mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Allows configuration of the NLTK processing language
This commit is contained in:
parent
6523cf0c4b
commit
d10d2f5a54
2 changed files with 4 additions and 3 deletions
|
|
@ -708,3 +708,5 @@ if os.getenv("PAPERLESS_IGNORE_DATES") is not None:
|
|||
ENABLE_UPDATE_CHECK = os.getenv("PAPERLESS_ENABLE_UPDATE_CHECK", "default")
|
||||
if ENABLE_UPDATE_CHECK != "default":
|
||||
ENABLE_UPDATE_CHECK = __get_boolean("PAPERLESS_ENABLE_UPDATE_CHECK")
|
||||
|
||||
NLTK_LANGUAGE = os.getenv("PAPERLESS_NLTK_LANG", "english").lower()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue