Create tags from sub directories

The names of sub directories in the consumer directory will be added as
tags for the document to be consumed.
To enable this, set:
PAPERLESS_CONSUMER_RECURSIVE=1
PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=1

Fixes #50
This commit is contained in:
jayme-github
2020-11-29 15:39:43 +01:00
parent dddd6f5503
commit fa9a5cc247
4 changed files with 115 additions and 24 deletions

View File

@@ -38,7 +38,7 @@ scikit-learn="~=0.23.2"
whitenoise = "~=5.2.0"
watchdog = "*"
whoosh="~=2.7.4"
inotify-simple = "*"
inotifyrecursive = ">=0.3.4"
[dev-packages]
coveralls = "*"