-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi,
I use a hp envy photo 6232.
I don't understand how it's possible to produce a pdf with multiple pages .
When i start a pdf scan, the pdf file stay in the temp folder.
When I start a scan pdf again, the temp file finally goes to the destination folder and the the new file stays stuck in the temp folder.
Here's my dockercompose file:
version: "3"
services:
node-scan:
image: docker.io/manuc66/node-hp-scan-to:latest
hostname: node-hp-scan-to
environment:
- IP=192.168.168.159
- LABEL=Reseau
- PATTERN="scan"_dd.mm.yyyy_hh:MM:ss
- PGID=1000
- PUID=1000
- TZ=Europe/London
volumes:
- /mnt/disk2/DOCUMENTS/SCAN:/scan
restart: unless-stopped
Thank you