From 2c62dbef5d6c6d1b95f2f172e1fd51e530f0fa0e Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 15 Jul 2026 15:27:15 +0200 Subject: [PATCH] Add duplex and pdf output --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f94e79b..be47542 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,11 +18,11 @@ 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=--pdf --add-emulated-duplex document-wise + - CMDLINE=--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... - RESOLUTION=300 - # - ADD_EMULATED_DUPLEX=true + - ADD_EMULATED_DUPLEX=document-wise volumes: - /network/Datas/_ToPaperless:/scan \ No newline at end of file