From 425bbe34efd57db8f3c06b0796d2470f4c3f3bd2 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 22 Sep 2018 16:17:18 +0100 Subject: [PATCH] Make the names of the sample files visible --- docs/consumption.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/consumption.rst b/docs/consumption.rst index fabaf2641..15f6c6393 100644 --- a/docs/consumption.rst +++ b/docs/consumption.rst @@ -79,14 +79,16 @@ Pre-consumption script A simple but common example for this would be creating a simple script like this: +``/usr/local/bin/ocr-pdf`` + .. code:: bash - :name: "/usr/local/bin/ocr-pdf" #!/usr/bin/env bash pdf2pdfocr.py -i ${1} +``/etc/paperless.conf`` + .. code:: bash - :name: /etc/paperless.conf ... PAPERLESS_PRE_CONSUME_SCRIPT="/usr/local/bin/ocr-pdf"