From 26a415c5dd2226c79084e418ac336afa399723cf Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 7 Jul 2020 21:26:57 -0700 Subject: [PATCH] docs: Note usage of OCR_JSON_SETTINGS for watcher --- docs/batch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/batch.rst b/docs/batch.rst index 9d484790..99c3e2ae 100644 --- a/docs/batch.rst +++ b/docs/batch.rst @@ -127,7 +127,7 @@ Users may need to customize the script to meet their requirements. "OCR_ON_SUCCESS_DELETE", "This will delete the input file if the exit code is 0 (OK)" "OCR_OUTPUT_DIRECTORY_YEAR_MONTH", "This will place files in the output in ``{output}/{year}/{month}/{filename}``" "OCR_DESKEW", "Apply deskew to crooked input PDFs" - "OCR_JSON_SETTINGS", "A JSON string specifying any other arguments for ``ocrmypdf.ocr``" + "OCR_JSON_SETTINGS", "A JSON string specifying any other arguments for ``ocrmypdf.ocr``, e.g. ``'OCR_JSON_SETTINGS={"rotate_pages": true}'``. "OCR_POLL_NEW_FILE_SECONDS", "Polling interval" "OCR_LOGLEVEL", "Level of log messages to report"