mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Documents the configuration for NLTK related settings
This commit is contained in:
parent
8da3ae2c53
commit
95257d5723
@ -170,6 +170,15 @@ details.
|
|||||||
|
|
||||||
Defaults to "`PAPERLESS_DATA_DIR`/log/".
|
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
|
## Logging
|
||||||
|
|
||||||
`PAPERLESS_LOGROTATE_MAX_SIZE=<num>`
|
`PAPERLESS_LOGROTATE_MAX_SIZE=<num>`
|
||||||
@ -698,6 +707,16 @@ for details on how to set it.
|
|||||||
|
|
||||||
Defaults to UTC.
|
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}
|
## Polling {#polling}
|
||||||
|
|
||||||
`PAPERLESS_CONSUMER_POLLING=<num>`
|
`PAPERLESS_CONSUMER_POLLING=<num>`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user