From b2bc8a35d487749d4935b9a97018fe081943f096 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 15 Jul 2026 14:31:47 +0200 Subject: [PATCH] Add duplex and pdf output --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d35ccae..6bc5eb9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: # Optional - enable autoscanning a document when loaded into the scanner: - MAIN_COMMAND=adf-autoscan # If you need to pass additional configuration flag use the CMDLINE env, thy will be appened to the - # - CMDLINE=--debug --pdf + - CMDLINE=--duplex --pdf # If using Paperless-ngx, you can use its API to upload files: # - PAPERLESS_POST_DOCUMENT_URL=http://:/api/documents/post_document/ # - PAPERLESS_TOKEN= xxxxxxxxxxxx...