简体   繁体   English

跨平台的Python扫描仪界面

[英]Cross-platform Python scanner interface

I'm looking for a library that can interface with scanners on both Windows and Linux, in Python. 我正在寻找一个可以在Windows和Linux中使用Python与扫描仪进行交互的库。 Is there such a thing? 有这样的事吗?

Thanks in advance. 提前致谢。

There is a project on google code: imagescanner 谷歌代码上有一个项目: 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. python-imagescanner(旧的pyscanning)实现了一个抽象层,允许用户从Linux或Windows盒中扫描图像/文档,而无需为它们中的每一个编写任何特定的Python代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM