Questions tagged [image-scanner]

The python-imagescanner (old pyscanning) implements an abstraction layer which allows users to scan images/documents from Linux or Windows without the need of write any specific Python code for each one of them

Introduction

The python-imagescanner (old pyscanning) implements an abstraction layer which allows users to scan images/documents from Linux or Windows without the need of write any specific Python code for each one of them.

Note: The devices are accessed using the available installed drivers in the platform. Currently the support for Windows is implemented with Twain API and for Linux with SANE.

Supported Devices

All devices supported by SANE (Linux) and Twain (Windows). If you are able to use your device with another application in your platform but you still to access it with imagescanner, please, fill a bug report.

191 questions
2
votes
2 answers

sdk for morpho (safran) biometric scanner device

i have one safran device and its driver software. but i want to control it using c#. but i am unable to locate the SDK for this morpho biometric scanner. can anyone help me, so that i can make an home application with help of that. i have tried with…
2
votes
1 answer

Installing imagescanner module in Python3.4 on Windows

I want to use imagescanner module . I work with Python 3.4 . When I try this command in cmd : pip install imagescanner, I have got a message as you see in the picture : so what is the problem?
Cahit Yıldırım
  • 499
  • 1
  • 10
  • 26
2
votes
1 answer

how to draw the scan range in the gantry tilt cases?

The scan/recon range rectangles on the Topo/Scout image show the scan/recon ranges for next scans/recons. The width of the rectangle represents the FOV and the height represents the scan/recon length. FOV here will be scan FOV for scan range or…
peterboston
  • 877
  • 1
  • 12
  • 24
2
votes
1 answer

Accessing Scanners in Mac OS X

I'm primarily a windows developer but I need to port an app to the mac platform. The app needs access to any scanners plugged into the computer. On windows, I've made use of the WIA library. I was wondering if the mac platform has an equivalent and…
AyushISM
  • 381
  • 7
  • 21
2
votes
1 answer

WIA Document Handling Status returns 0 even though the ADF has pages loaded

I'm trying to scan from an ADF using VBA and the Windows Image Acquisition library (WIA). I am trying to check to see if there are pages loaded in the ADF so I know whether to scan another page. This function seems to work well in Windows 7 (my…
mwolfe02
  • 23,787
  • 9
  • 91
  • 161
2
votes
1 answer

How to implement Scanner in javaFX

I want to implement java code to scan documents from Scanner device through JavaFX. I am not getting any hint to perform such task. Any help will be appreciated.
Vikas Tiwari
  • 367
  • 1
  • 11
2
votes
1 answer

WIA, Vista, and VB6. Does this code work?

Basically the constraints here are that i must use WIA because i am trying to get my scanner software to work in Windows 7 and Vista. It would be preferable (like really preferable) if i could do this in VB6. Now this code i have compiles and…
Alain
  • 21
  • 3
2
votes
0 answers

find out connected any peripheral devices in a system using java?

How to find out connected any peripheral devices i.e., scanner,webcam,handcam,usb datacard etc in system using java?.These devices list can be shown in applet?.Please help me. Update:- If any wrong on this question,Please write your comments.I…
tech2504
  • 947
  • 4
  • 19
  • 34
2
votes
1 answer

php script to acquire an image from a Twain source (scanner)

i look a script that do this , that can acquire an image from scanner and upload it to server i work in LAMP environment . i know this company: http://www.chestysoft.com/ximage/twainupload.asp Does anyone know free script (activeX) ? Does anyone use…
Haim Evgi
  • 123,187
  • 45
  • 217
  • 223
2
votes
1 answer

how to access all setting Show Acquisition Wizard

I have feeder scanner so I use this code device=w.ShowSelectDevice(WiaDeviceType.ScannerDeviceType,true,false); commondialog.ShowAcquisitionWizard(device); and successfully scanned all images in scanner but I want to access the path of these…
user1637402
  • 87
  • 4
  • 15
2
votes
0 answers

Scan documents into a Web Application

I need to scan documents inside a web application (initially. NET). Is there a free alternative to detect the scanner connected to the client machine and scan the image directly to the browser? I know WingScan of Atalasoft does something similar,…
rGiosa
  • 355
  • 1
  • 4
  • 16
2
votes
1 answer

Scanning notification through WIA

I've registered to receive WIA notifications for all devices through RegisterEventCallbackInterface for WIA_EVENT_DEVICE_CONNECTED and WIA_EVENT_SCAN_IMAGE events. However I only receive notifications when scanner device is plugged in - I don't…
Przemek
2
votes
1 answer

What libraries do I need to use a paper scanner in java?

I need to implement scanning software in a java program I am working on, what libraries will I need to do this? I have heard of JTwain and JSANE. Do I need to pay for both of these if I wish to make my software for commercial use?
Matthew Pigram
  • 1,400
  • 3
  • 25
  • 65
1
vote
1 answer

PIL SANE interface: where can I find it?

Apparently PIL includes a SANE (Scanner Access Now Easy) interface - I'm looking at code right now that does import sane where sane is provided by PIL. I've installed PIL under both OS X and Windows, but "import sane" doesn't work for me. I did a…
Parand
  • 102,950
  • 48
  • 151
  • 186
1
vote
0 answers

How to create a QR code Scanner which automatically fetches UPI IDs like Paytm, WhatsApp etc.?

I want to create my own QR Scanner which automatically detects or fetches UPI info, particularly UPI ID from any QR if present. The mobile_scanner package in flutter gets the code from any QR but from the long string i can't fetch just the UPI. eg:…
Divyam Makar
  • 96
  • 1
  • 4