Move date proposal setting to nlp config

This commit is contained in:
Eike Kettner
2021-01-20 19:17:29 +01:00
parent 5d366c3bd6
commit 85ddc61d9d
4 changed files with 16 additions and 17 deletions

View File

@ -319,6 +319,10 @@ docspell.joex {
# This has only any effect, if mode != disabled.
clear-interval = "15 minutes"
# Restricts proposals for due dates. Only dates earlier than this
# number of years in the future are considered.
max-due-date-years = 10
regex-ner {
# Whether to enable custom NER annotation. This uses the
# address book of a collective as input for NER tagging (to
@ -517,13 +521,6 @@ docspell.joex {
}
}
# General config for processing documents
processing {
# Restricts proposals for due dates. Only dates earlier than this
# number of years in the future are considered.
max-due-date-years = 10
}
# The same section is also present in the rest-server config. It is
# used when submitting files into the job queue for processing.
#