Documents the configuration for NLTK related settings

This commit is contained in:
Trenton Holmes 2022-12-02 19:21:19 -08:00 committed by Trenton H
parent 8da3ae2c53
commit 95257d5723

View File

@ -170,6 +170,15 @@ details.
Defaults to "`PAPERLESS_DATA_DIR`/log/".
`PAPERLESS_NLTK_DIR=<path>`
: This is where paperless will search for the data required for NLTK
processing, if you are using it. If you are using the Docker image,
this should not be changed, as the data is included in the image
already.
Defaults to `/usr/local/share/nltk_data`
## Logging
`PAPERLESS_LOGROTATE_MAX_SIZE=<num>`
@ -698,6 +707,16 @@ for details on how to set it.
Defaults to UTC.
`PAPERLESS_ENABLE_NLTK=<bool>`
: Enables or disables the advanced natural language processing
used during automatic classification. If disabled, paperless will
still preform some basic text pre-processing before matching.
See also `PAPERLESS_NLTK_DIR`.
Defaults to 1.
## Polling {#polling}
`PAPERLESS_CONSUMER_POLLING=<num>`