added a setting: delete duplicate documents

This commit is contained in:
Jonas Winkler
2020-11-10 01:47:58 +01:00
parent 1ddbf416d4
commit 3048342de7
3 changed files with 8 additions and 0 deletions

View File

@@ -143,6 +143,10 @@ PAPERLESS_EMAIL_SECRET=""
#### Software Tweaks ####
###############################################################################
# When the consumer detects a duplicate document, it will not touch the
# original document. This default behavior can be changed here.
#PAPERLESS_CONSUMER_DELETE_DUPLICATES="false"
# After a document is consumed, Paperless can trigger an arbitrary script if
# you like. This script will be passed a number of arguments for you to work
# with. The default is blank, which means nothing will be executed. For more