From 0e6ca669b74b9ca65ac5ca92568c2692c6150ed5 Mon Sep 17 00:00:00 2001 From: s-martin Date: Thu, 18 Apr 2024 21:45:58 +0200 Subject: [PATCH] Clarify syntax for env file --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 40ff0a35c..2688d2c7e 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -350,7 +350,7 @@ will still be consumed Newer versions of OCRmyPDF will fail if it encounters errors during processing. This is intentional as the output archive file may differ in unexpected or undesired ways from the original. As the logs indicate, if you encounter this error you can set -`PAPERLESS_OCR_USER_ARGS: '{"continue_on_soft_render_error": true}'` to try to 'force' +`PAPERLESS_OCR_USER_ARGS={"continue_on_soft_render_error": true}` to try to 'force' processing documents with this issue. ## Platform-Specific Deployment Troubleshooting