python-pillow / Sane

Python interface to the SANE scanner and frame grabber
Other
55 stars 19 forks source link

`scan` option's value inaccessible #91

Open costowell opened 5 months ago

costowell commented 5 months ago

I am trying to read the scan property on my Ricoh fi-8170 because it contains whether the scan button has been pressed. However, this is currently the result. image I figured the easiest way to fix this for my specific use case was to copy this library's sane.py to my project and remove the scan function since it is just a helper function.