From 15d758952b21525f5266c2cf27aec05add7da318 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 19 Mar 2016 12:18:57 +0000 Subject: [PATCH] Added PAPERLESS_OCR_THREADS --- paperless.conf.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/paperless.conf.example b/paperless.conf.example index 3ee429ea8..d254b7320 100644 --- a/paperless.conf.example +++ b/paperless.conf.example @@ -20,7 +20,7 @@ PAPERLESS_CONSUME_MAIL_PASS="" # # The passphrase you use here will be used when storing your documents in # Paperless, but you can always export them in an unencrypted format by using -# document exporter. See the documentaiton for more information. +# document exporter. See the documentation for more information. # # One final note about the passphrase. Once you've consumed a document with # one passphrase, DON'T CHANGE IT. Paperless assumes this to be a constant and @@ -31,3 +31,8 @@ PAPERLESS_PASSPHRASE="secret" # If you intend to consume documents either via HTTP POST or by email, you must # have a shared secret here. PAPERLESS_SHARED_SECRET="" + +# By default, Paperless will attempt to use all available CPU cores to process +# a document, but if you would like to limit that, you can set this value to +# an integer: +#PAPERLESS_OCR_THREADS=1