]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Merge branch 'dev'
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 30 Dec 2022 03:39:38 +0000 (19:39 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 30 Dec 2022 03:39:38 +0000 (19:39 -0800)
1  2 
docker/compose/docker-compose.mariadb-tika.yml
docs/administration.md
docs/configuration.md
docs/troubleshooting.md

Simple merge
index b1f88aa5ef83d19eca148776ce8d7894e568472c,d6041f0a5a8d811f28ccb74c2986d7d45d6d1105..7e47f21783159944728fe9e673beba5f68d091cb
@@@ -168,8 -166,21 +166,21 @@@ details
  
  : This is where paperless will store log files.
  
 -    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.
+ Previously, the location defaulted to `PAPERLESS_DATA_DIR/nltk`.
+ Unless you are using this in a bare metal install or other setup,
+ this folder is no longer needed and can be removed manually.
+ Defaults to `/usr/local/share/nltk_data`
  ## Logging
  
  `PAPERLESS_LOGROTATE_MAX_SIZE=<num>`
Simple merge