-
Notifications
You must be signed in to change notification settings - Fork 24
Two side paper scanning #21
Comments
I don't have a scanner with two-sided scanning, so actually I cannot say. |
i will let you know. Great project! Thank you very much. pyinsane works wonderful with Canon PIXMA MP210. |
Unfortunately i can't find any way of scanning of both sides simultaneously even though the scanner support that. Its a wonderful API though. If anyone find a way of two-sided scanning please inform us here. thanks. |
Just so I know, is there already others scanning software on Linux able to support two-sided scanning ? |
Also, can you run the scripts example/list_all.py ? |
It works fine for me with duplex, and has for quite a while. I think the exact configuration is device-dependent, but for me:
|
Unfortunately, I don't have the required hardware to test it myself. Also, @fandomas didn't report the output of example/list_all.py, so I can't even try to guess what must be done (if anything). |
Hi @jflesch Following is the list_all.py output for me, the option "ADF Duplex" isn't working for me. Option: source Have tried the three options here, but won't scan both the sides of page. The scanner model is HP Scanjet Pro 3000 S3 properties = _rawapi.get_properties(dev_or_src) |
I'm actually using a Mac but I'd guess the option depends more on the driver than on the OS. My scanner is a Fujitsu. Looks like Can you run sane's
For completeness, this is what
|
|
Ah. I've got nothing then. But my suspicion is that the "ADF Duplex" thing is specific to the epjitsu SANE driver. |
Quite possible. I believe that some other sane drivers have another extra option instead of extra values for Anyway, I think duplex support will wait for the new library (I'm going to replace pyinsane by a brand new and shiny C library). |
Does support scanners (probably an ADF type) for simultaneous two-sided scanning?
Great project btw!
Thanks.
The text was updated successfully, but these errors were encountered: