From ab451b04179729c8be9e3f17e86d69277dc984e1 Mon Sep 17 00:00:00 2001 From: Lukas Metzger <1814751+loewexy@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:15:18 +0200 Subject: [PATCH] Shortened description of new Config Option to be more concise Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/configuration.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 9254ab01e..72cba5b6e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1291,13 +1291,10 @@ combination with PAPERLESS_CONSUMER_BARCODE_UPSCALE bigger than 1.0. #### [`PAPERLESS_CONSUMER_BARCODE_MAX_PAGES=`](#PAPERLESS_CONSUMER_BARCODE_MAX_PAGES) {#PAPERLESS_CONSUMER_BARCODE_MAX_PAGES} -: Barcode detection is a computationaly intensive operation. This setting -limits the recognition of barcodes to a number of first pages. Since many -scanners have a limit for the number of pages that can be scanned it is -sensible to set this as the limit here. If a longer document is encountered -it is imported directly and not via scanner there should also be no barcodes -present. By setting this value to 0 the upper limit is disabled. This is also -the default setting. +: Because barcode detection is a computationally-intensive operation, this setting +limits the detection of barcodes to a number of first pages. If your scanner has +a limit for the number of pages that can be scanned it would be sensible to set this +as the limit here. Defaults to "0"