manuc66 / node-hp-scan-to

Allow to send scan from device to computer for some HP All-in-One Printers - Scan to computer
https://manuc66.github.io/node-hp-scan-to/
MIT License
156 stars 24 forks source link

Upload directly topaperless-ngx #760

Closed manuc66 closed 2 months ago

manuc66 commented 11 months ago

Here is the API that might be used : https://docs.paperless-ngx.com/api/#file-uploads

esackbauer commented 10 months ago

Is that really needed? I just set the docker volume for the scan directory to paperless' inbound directory, that works fine if both paperless and node-hp-scan-to are running on the same docker host. Should work also with network mounted volumes.

Dvalin21 commented 9 months ago

Having issue with this as paperless ngx is saying permission denied scanning directly to the "consume" folder which is monitored by Paperless ngx. And just so to add to the list of working printers HP Officeject Pro 8020 MFP

Killom commented 6 months ago

Having issue with this as paperless ngx is saying permission denied scanning directly to the "consume" folder which is monitored by Paperless ngx

Presumably file permission. node-hp-scan-to is running as another user?

Is that really needed? I just set the docker volume for the scan directory to paperless' inbound directory,

When the scans will be handed over API, there might be less permission issues. And no need to run on same host, or be able to access file shares.

Would also endorse for paperless API support

manuc66 commented 2 months ago

done :)