I'm looking for a library that can interface with scanners on both Windows and Linux, in Python. Is there such a thing?

Thanks in advance.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

There is a project on google code: imagescanner

The python-imagescanner (old pyscanning) implements an abstraction layers allowing users to scan images/documents from Linux or Windows boxes without the need of write any specific Python code for each one of them.

link|improve this answer
Thanks! That's exactly what I needed! – Hypercube Mar 31 '11 at 6:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.