-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADF Seperation #1020
Comments
Hi @SnowJuli I understand your issue. The current behavior of node-hp-scan-to is indeed intended to closely resemble the original hp. For use cases that differ from yours, it can be convenient to have the option to compile multiple pages of the same topic into a single document. This is not a limitation of the hp devices, as the PDF is not generated by the device itself, but rather by node-hp-scan-to. In reallity I see that I took a design decision to always send pdf to paperless and to always group the scan item into one single pdf. I think it could be fixed by adding some additional conditional logic here: node-hp-scan-to/src/scanProcessing.ts Lines 446 to 463 in d7ff268
It would then preserve the two possibilities:
Best regards. |
Hello @manuc66 and thanks for your fast reply! Good to know that its not a HP Limitation and that it could be possible. I would really like some possibility in the future but don't feel pressured just because one person requested it :D Anyways, thanks for your reply and I'll look forward to a change in the future. |
The different configuration are not supported yet
@SnowJuli Are you able to give it a try ? |
Sure, how can I test it? |
Just pull the new docker image |
I'm closing the issue, it should be fixed with latest docker image, if not working let me know |
Is your feature request related to a problem? Please describe.
I noticed that when scanning with my Officejet 3830, that when I use the ADF Scanning feature and it uploads the scan to paperless as one document. Which is very unfortunate when I fill up multiple pdfs as content from some random folder I have in my shelves :D
Describe the solution you'd like
An Environment Flag would be nice to automatically seperate the documents into multiple ones before uploading to paperless.
Describe alternatives you've considered
Exchanging the documents one-by-one is very annoying but a workaround.
Additional context
Is it even possible? Or is this an HP limitation?
The text was updated successfully, but these errors were encountered: