python调用扫描仪设备_Pyinsane 1.3.4 发布,Python 扫描仪操作库

Pyinsane 1.3.4 修复了对 Python 3 和 ADF (Automatic Document Feeder) 支持的 bug。

Pyinsane 是 Sane API (使用ctypes) 和抽象层的纯 Python 实现。支持 Python 2.7 和 3.x,要求 Pillow 和 libsane 支持。

实现简单扫描的代码:

device.options['resolution'].value = 300

# Beware: Some scanner have "Lineart" or "Gray" as default mode

device.options['mode'].value = 'Color'

scan_instance = device.scan(multiple=False)

try:

while True:

scan_instance.read()

except EOFError:

pass

image = scan_instance.get_img()

Pyinsane 的下载地址:请点这里

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值