summarylogtreecommitdiffstats
path: root/paperless.conf
diff options
context:
space:
mode:
authorWolfgang Mader2019-11-27 21:34:56 +0100
committerWolfgang Mader2019-11-27 21:34:56 +0100
commitf16fd5b1a121e816cf1edd2cd02e82189083b6ae (patch)
treef9f9d0abbcd77ffb8477751b272c4b0af5d29c8d /paperless.conf
parentb8c95b7c52310c77ed68f4565e0b2d00bda5c0fe (diff)
downloadaur-paperless.tar.gz
Update to version 2.7
Diffstat (limited to 'paperless.conf')
-rw-r--r--paperless.conf28
1 files changed, 27 insertions, 1 deletions
diff --git a/paperless.conf b/paperless.conf
index 58d3f09d9061..24fa6c94706e 100644
--- a/paperless.conf
+++ b/paperless.conf
@@ -2,6 +2,27 @@
# Copy this file to /etc/paperless.conf and modify it to suit your needs.
# As this file contains passwords it should only be readable by the user
# running paperless.
+# Set at least the values for
+# PAPERLESS_CONSUMPTION_DIR: this is where your documents will be dumped
+# to be consumed by Paperless.
+#
+# PAPERLESS_OCR_THREADS: this is the number of threads the OCR process
+# will spawn to process document pages in parallel.
+#
+# PAPERLESS_OCR_LANGUAGE: Default to eng. Change it to the default language
+# of your documents and install the respective
+# OCR language pack.
+#
+# PAPERLESS_PASSPHRASE: this is only required if you want to use GPG to
+# encrypt your document files. This is the passphrase
+# Paperless uses to encrypt/decrypt the original documents.
+# Don’t worry about defining this if you don’t want to use
+# encryption (the default).
+#
+# If you want to run the default django-webserver comming with paperless on a
+# public network, also set
+# PAPERLESS_ALLOWED_HOSTS
+
###############################################################################
@@ -61,7 +82,7 @@ PAPERLESS_EMAIL_SECRET=""
# Controls whether django's debug mode is enabled. Disable this on production
# systems. Debug mode is enabled by default.
-PAPERLESS_DEBUG="false"
+#PAPERLESS_DEBUG="true"
# Paperless can be instructed to attempt to encrypt your PDF files with GPG
@@ -202,6 +223,11 @@ PAPERLESS_DEBUG="false"
#PAPERLESS_FORGIVING_OCR="false"
+# By default Paperless does not OCR a document if the text can be retrieved from
+# the document directly. Set to true to always OCR documents.
+#PAPERLESS_OCR_ALWAYS="false"
+
+
###############################################################################
#### Interface ####
###############################################################################