mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
added a setting: delete duplicate documents
This commit is contained in:
parent
54f04650d1
commit
83f82f3caf
3 changed files with 8 additions and 0 deletions
|
|
@ -258,6 +258,8 @@ Q_CLUSTER = {
|
|||
# Paperless Specific Settings #
|
||||
###############################################################################
|
||||
|
||||
CONSUMER_DELETE_DUPLICATES = __get_boolean("PAPERLESS_CONSUMER_DELETE_DUPLICATES")
|
||||
|
||||
# The default language that tesseract will attempt to use when parsing
|
||||
# documents. It should be a 3-letter language code consistent with ISO 639.
|
||||
OCR_LANGUAGE = os.getenv("PAPERLESS_OCR_LANGUAGE", "eng")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue