diff --git a/docs/configuration.rst b/docs/configuration.rst index 4828c4fa5..ac2efd390 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -423,6 +423,9 @@ PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS= E.g. /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. + 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. Defaults to false.