From 2ffabd54e57a7e0b768de0a1d6b9f2eb7e308a19 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:51:52 -0800 Subject: [PATCH] Documentation: add barcode tagging info --- docs/advanced_usage.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 46d9c2b4b..db411f50a 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -569,6 +569,14 @@ barcode is located. However, differing from the splitting, the page with the barcode _will_ be retained. This allows application of a barcode to any page, including one which holds data to keep in the document. +### Tag Assignment + +When enabled, Paperless will parse barcodes and attempt to interpret and assign tags. + +See the relevant settings [`PAPERLESS_CONSUMER_ENABLE_TAG_BARCODE`](configuration.md#PAPERLESS_CONSUMER_ENABLE_TAG_BARCODE) +and [`PAPERLESS_CONSUMER_TAG_BARCODE_MAPPING`](configuration.md#PAPERLESS_CONSUMER_TAG_BARCODE_MAPPING) +for more information. + ## Automatic collation of double-sided documents {#collate} !!! note