pyinsane icon indicating copy to clipboard operation
pyinsane copied to clipboard

Python library to access and use image scanners (Linux/Windows/etc) (Sane/WIA) -- Moved to Gnome's Gitlab

Results 11 pyinsane issues
Sort by recently updated
recently updated
newest added

Hi everyone, I'm trying to scan duplex cards with my scanner (fi 7160) in Windows 10, but all that I get is images like this: ![1](https://user-images.githubusercontent.com/22550371/39140467-eef70e56-4724-11e8-9ba9-4d61a6170dc5.jpg) The output of list_all...

bug
WIA

After a long wait: ``` INFO Building report ... INFO * User info INFO * Scanner settings INFO No image attached to report INFO * System configuration INFO * Scan...

question

Hello I'm trying to use Paperwork 1.2.4-20-ga29c3cb on Linux Mint 18.1 Cinnamon 64 Bit. The Brother DCP-130C works fine with Simple Scan but not with Paperwork. I get the following...

bug
Sane

Hi there, I am trying to automate sccanning a batch of document with a script in python using Pyinsane2. But when I Call the scan_session = device.scan(multiple=True) routine I get...

bug
WIA

Does support scanners (probably an ADF type) for simultaneous two-sided scanning? Great project btw! Thanks.

enhancement

Hi trying to scan in Flatbed mode using Paperwork 1.2.2it says Error while scanning. No paper to scan Anyway native Microsoft WDS Driver works perfectly except duplex scanning This is...

bug
WIA

Try to scan from ECOSYS M2535dn [code] ``` C:\Python34\lib\site-packages\pyinsane2\wia\rawapi.py:105: RuntimeWarning: Pyinsane: WARNING: A property has a type different from the one expected properties = _rawapi.get_properties(dev_or_src) Pyinsane: WARNING: A property has...

bug
WIA

(Windows only) Old scanners don't have support for the WIA API. So the Twain API should be supported as well.

enhancement

While installing via `pip install pyinsane2` returns message ```/Tppyinsane2/wia/properties.cpp /Fobuild\temp.win32-3.6\Release\pyinsane2/wia/properties.obj cl : Command line warning D9025 : overriding '/DNDEBUG' with '/UNDEBUG' properties.cpp c1xx: fatal error C1083: Cannot open source file:...

bug

While in linux system it the scan_adf.py and scan.py are working fine, but in windows systems the scripts are generating very long images. Please see attachment. Height of scanned image...

bug
WIA