-
def test_multiple_images_scan(root_window):
logging.basicConfig(level=logging.DEBUG)
with twain.SourceManager(root_window) as sm:
with sm.open_source() as ss:
for _ in range(2):
ss.request_acquir…
-
```
When using the feeder with lots of papers in it, it is annoying to wait for all
images to be scanned before you can actually start doing something with the
images. I'd like the twain to raise a…
-
```
Hi!
I have two scanners with document feeders - Fujitsu fi-4220c and fi-5750c. But
I'm unable to set programmatically options FeederEnabled and similar, though it
is possible to enable such sca…
-
```
TW_FRAME struct in http://www.twain.org/devfiles/twain.h shows that is
possible to specify a delimited scanning area, so looks cool to have this
kind of functionality inside twiandotnet, if poss…
-
https://blog.2333.ink/2022/05/10/Apple%E6%9C%8D%E5%8A%A1%E9%80%9F%E5%BA%A6%E9%97%AE%E9%A2%98/#more
Apple服务速度问题
-
Hi There I already posted this [here](https://github.com/neodynamic/JSPrintManager/issues/67) but I did not answer in time apologize for that @neodynamic .
JSPRINTMANAGER version: 7
Windows versio…
-
```
This problem has been seen using a specialised medical TWAIN capture device.
Essentially the source TWAIN window contains 2 buttons:
Btn 1 - Freezes a still image (source TWAIN window shows a li…
-
According to reference. on a 64-bit machine we have to install:
`On 64 bit Windows you need to install 64 bit TWAIN DSM: http://sourceforge.net/projects/twain-dsm/`
![screen shot 2016-04-05 at 09 34…
-
```bash
npm install node-twain
npm ERR! code 1
npm ERR! path /Users/username/Documents/projects/node-scanner/node_modules/node-twain
npm ERR! command failed
npm ERR! command sh -c -- node-gyp reb…
ps73 updated
12 months ago
-
Placeholder for adding document/picture/flatbed, etc scanner support.
Here's a Windows-only library that may be able to help:
https://github.com/Asprise/java-scanner-access-twain
tresf updated
8 months ago