Use passwords when reading PDFs

This commit is contained in:
eikek
2021-09-30 11:11:08 +02:00
parent f74624485f
commit aa8f3b82fc
9 changed files with 73 additions and 37 deletions

View File

@ -595,8 +595,12 @@ Docpell Update Check
# docspell needs to read it. It also requires to specify a
# password here. All passwords are tried when reading a PDF.
#
# This is enabled by default, using an empty password list. This
# This is enabled by default with an empty password list. This
# removes protection from PDFs, which is better for processing.
#
# Passwords can be given here and each collective can maintain
# their passwords as well. But if the `enabled` setting below is
# `false`, then no attempt at decrypting is done.
decrypt-pdf = {
enabled = true
passwords = []