updated documentation #316

This commit is contained in:
jonaswinkler 2021-01-10 22:40:13 +01:00
parent b8fd96750c
commit 3855aced7e

View File

@ -423,6 +423,9 @@ PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=<bool>
E.g. <CONSUMPTION_DIR>/foo/bar/file.pdf will add the tags "foo" and "bar" to E.g. <CONSUMPTION_DIR>/foo/bar/file.pdf will add the tags "foo" and "bar" to
the consumed file. Paperless will create any tags that don't exist yet. the consumed file. Paperless will create any tags that don't exist yet.
This is useful for sorting documents with certain tags such as ``car`` or
``todo`` prior to consumption. These folders won't be deleted.
PAPERLESS_CONSUMER_RECURSIVE must be enabled for this to work. PAPERLESS_CONSUMER_RECURSIVE must be enabled for this to work.
Defaults to false. Defaults to false.