Replies: 1 comment 1 reply
-
|
Hello @trosenda, I'm sorry the emulated duplex feature is not supported with adf-autoscan If that were the case, the device would only be able to scan double-sided documents, which has not been implemented. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am not sure I am understanding the readme.
Trying to get emulated-duplex running with adf-autoscan. Is this supported at all ?
tried git/source and docker-compose, but I always end up with
"error: unknown option '--add-emulated-duplex'"
services: node-hp-scan-to: image: docker.io/manuc66/node-hp-scan-to:latest restart: unless-stopped hostname: node-hp-scan-to environment: # REQUIRED - Change the next line to the IP address of your HP printer/scanner: - IP=192.168.0.39 - ADD_EMULATED_DUPLEX # Name that your container will appear as to your printer: - LABEL=node-hp-scan-to # Set the timezone, such as "Europe/London": - TZ=UTC # Set the created filename pattern: - PATTERN="scan"_dd-mm-yyyy_hh-MM-ss # Run the Docker container as the same user ID as the host system: - PGID=1000 - PUID=1000 # 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 # 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_TOKEN= xxxxxxxxxxxx... volumes: - ./scan:/scanthanks
Beta Was this translation helpful? Give feedback.
All reactions