Add duplex and pdf output

This commit is contained in:
2026-07-15 14:31:47 +02:00
parent fb156b5d08
commit b2bc8a35d4
+1 -1
View File
@@ -18,7 +18,7 @@ services:
# Optional - enable autoscanning a document when loaded into the scanner: # Optional - enable autoscanning a document when loaded into the scanner:
- MAIN_COMMAND=adf-autoscan - MAIN_COMMAND=adf-autoscan
# If you need to pass additional configuration flag use the CMDLINE env, thy will be appened to the # 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: # If using Paperless-ngx, you can use its API to upload files:
# - PAPERLESS_POST_DOCUMENT_URL=http://<paperless-host>:<port>/api/documents/post_document/ # - PAPERLESS_POST_DOCUMENT_URL=http://<paperless-host>:<port>/api/documents/post_document/
# - PAPERLESS_TOKEN= xxxxxxxxxxxx... # - PAPERLESS_TOKEN= xxxxxxxxxxxx...