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
3
votes
2 answers

How to modify resolution (DPI) Range in TWAIN User Interface (DS)

I would like set DPI range in Twain Scanner User Interface. Have a look at below Screenshot. The DPI drop down start from 50 to 600.How can I restrict this from 400 to 600. I have tried the following code but it just sets the DPI, if user changes…
Gajendra
  • 1,291
  • 1
  • 19
  • 32
3
votes
1 answer

Integrate Unity3D with XZing

I have been working on a project which provides Augmented Reality with Unity3D and Vuforia. Now I want to integrate XZing to get data from a QR-Code and display these information in one of my Unity assets/objects. After including the XZing assets…
3
votes
3 answers

How to use Zxing app to scan bitmap in android?

I have an app that receives receipt photos and I'd like to use Zxing in order to read this bitmaps and extract the QR code and Bar code information. Is that possible? If yes, can you please share the code for Android?
Carlos
  • 433
  • 5
  • 19
3
votes
7 answers

Recommendations for a programmable drivers license scanner?

Our motor pool wants to scan drivers’ licenses and have the data imported into our custom system. We're looking for something that will allow us to programmatically get the data from the scanner (including the picture) and let us insert it into our…
Slapout
  • 3,759
  • 5
  • 40
  • 61
3
votes
1 answer

What Core Image Filters could be applied to improve an image of a text document?

We have scanned several pages of a document using the iPhone camera. Now we want to apply some image filters to improve the quality of those scans, like to convert it to Black and White, remove shadows, high contrast, etc. What CI Filters and…
3
votes
3 answers

How to use biometric fingerprint reader to develop a fingerprint database

I have purchased a simple biometric fingerprint reader that is usually used for laptop security through a USB connection. It is just called biomentric finger print reader, not branded! It came with the software for creating security for laptop, and…
Hannington Mambo
  • 998
  • 2
  • 13
  • 28
3
votes
0 answers

Process captured image from camera to get image which looks like scanned document

I am new to android camera and image processing so my question can be little naive. I want to capture a document and upload it just the way google drive supports. capture an image and process it to look like as if it was scanned. is there any…
Harshawardhan
  • 1,521
  • 1
  • 24
  • 29
3
votes
0 answers

How to make twain drivers of Twain scanner to be detected by Image Capture in Mac OS X (cocoa programming)

I am having the twain drivers(Mac Compatibility) of the twain scanner(panasonic). I installed the divers into my Mac machine and the drivers were installed in the path : Library ▸ Image Capture ▸ TWAIN Data Sources folder. After the installation of…
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54
3
votes
1 answer

Capture image from a scanner

I am developing a small application to get some picture from a scanner. What is the best option (free) to get the picture from the scanner? Already tryed with the WIA, but always gives me this error HRESULT: 0x80210015
Luis
  • 2,665
  • 8
  • 44
  • 70
3
votes
1 answer

Why is setting PixelType not working when negotiating Twain Session?

I'm trying to specify programmatically settings for scanning in TWAIN session. Because amount of code here would be significant I'm going to try to explain the problem without pasting the entire code. I hope there's someone good at TWAIN to help…
Marcin Rybacki
  • 974
  • 1
  • 9
  • 19
3
votes
1 answer

How to control a scanner from a browser application?

I know this is a difficult issue, but I'm asked to build an application that allows users to scan pages (from an Automatic Document Feeder) , and upload them into an FTP server. And I should integrate this into a PHP web application. Any programming…
mobilGelistirici
  • 449
  • 4
  • 7
  • 19
3
votes
0 answers

how to identify scanner,webcam etc in system using java

I trying to acquire images from scanner, webcam, etc. devices connected with my system or network using Java. In Java, we have third party libraries JTWAIN for scanner and JMF/FMJ for webcam. Before acquiring images I need shown popup, connected…
tech2504
  • 947
  • 4
  • 19
  • 34
3
votes
1 answer

TWAIN example, C++

From C++ I want to set the following scanner parameters using TWAIN library: resolution, window position and histogram settings (shadow, highlight, gamma, max/min intensity). Is there any good example on the web which I could use as a starting…
Ekaterina Mishina
  • 1,633
  • 5
  • 20
  • 23
3
votes
1 answer

uk.co.mmscomputing twain scanner

I am using this mmscomputing library as java applet to scan an image or document. Using swings,awt i created one scan button which is acquiring scanner by calling scanner.acquire() method of mmscomputing jar.. and then placing that scanned image…
Ashish Kataria
  • 520
  • 3
  • 11
  • 31
3
votes
2 answers

How do I set the DPI of a scan using TWAIN in C++

I am using TWAIN in C++ and I am trying to set the DPI manually so that a user is not displayed with the scan dialog but instead the page just scans with set defaults and is stored for them. I need to set the DPI manually but I can not seem to get…
netadptr0719
  • 57
  • 1
  • 7