From 2e94967af3dc43f27702f30ed5c6bff87b07e0cb Mon Sep 17 00:00:00 2001 From: Philipp Mundhenk Date: Sun, 22 Sep 2024 21:03:57 +0200 Subject: [PATCH] Update README.md added description of REMOVE_ORIGINAL_AFTER_OCR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20846a8..661e13b 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ You can configure the tool via environment variables: | IPADDRESS | mandatory | IP Address of your scanner | | RESOLUTION | optional | DPI resolution of scan, refer to capabilities of printer on startup | | REMOVE_BLANK_THRESHOLD | optional | Percentage of content in page until which a page is considered blank. A good default is 0.3. Blank pages are removed if this variable is defined | +| REMOVE_ORIGINAL_AFTER_OCR | optional | Deletes the original scan, once OCR file is saved (default: false) | | FTP_USER | optional | Username of an FTP(S) server to upload the completed scan to (see below) | | FTP_PASSWORD | optional | Username of an FTP(S) server to upload the completed scan to (see below) | | FTP_HOST | optional | Address of an FTP(S) server to upload the completed scan to (see below) |