1

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.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Hypercube
  • 1,181
  • 2
  • 10
  • 16

1 Answers1

5

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.

P2bM
  • 1,038
  • 6
  • 9