This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Description
Hi,
I run Paperless in Docker and I would like to amend the filename "post-consumption" with some valuable information, if Paperless finds some with tesseract.
To start, I have simply adjusted the paperless.conf within the docker-compose.env (I pasted the whole paperless.conf in the .env) and uncommented the line :
PAPERLESS_POST_CONSUME_SCRIPT="/home/paperless/post-consumption-script.sh" and pasted the text from the example post-consumption-example.sh in there.
If the script works, where would I see the output?