The image-scanner tag has no wiki summary.
14
votes
6answers
20k views
Using C#/WIA version 2.0 on Vista to Scan
I want to implement a paperless filing system and was looking to use WIA with C# for the image acquisition. There are quite a few sample projects on CodeProject, etc. However, after downloading every ...
8
votes
4answers
6k views
Getting Java and TWAIN to play together nicely
I'm working on building an app to scan directly from TWAIN scanner to a Java applet. I'm already aware of Morena and JTwain, but they cost money. I need free. I could re-invent the wheel with JNI, but ...
7
votes
5answers
1k views
Testing WIA without having a scanner/camera device
I wrote a simple scanning code using WIA. I don't have a scanner device so I can't test it. Can I simulate a WIA device to testing it ?
6
votes
10answers
2k views
Interfacing with the end-user's scanner from a webapp (web/scanner integration)
Consider the following scanning procedure in a typical document handling webapp:
The user scans a document using a scanner connected to his/her computer
The scanned image is saved locally on the ...
6
votes
2answers
4k views
Are there Virtual Twain Scanners? Sort like Daemon Tools virtual CD
I am testing a scanning application and currently I dont have any scanner to plug it in. Is there anyway to have a virtual scanner like Daemon Tools does with Virtual CD Drives?
5
votes
5answers
549 views
How to scan in/to a Webapplication
I have contemplating how to handle paper document input in Webapps for some time. The main problem is how to unify metadata and a scanned PDF. For the sake of this example I will present a ...
5
votes
4answers
4k views
Simulating a TWAIN Device
Our company is using some software that ONLY accepts input from an "Imaging Device" i.e. a TWAIN device (e.g. scanner).
The problem is that we are receiving our files digitally, so using an actual ...
5
votes
1answer
1k views
How to Alter Photographed Document to Look “Scanned”
How can I do this in Python/PIL? I.e., given the four points of an offset rectangle (a photographed document), make it look flat on as if it were scanned. Is there a simple algorithm for it?
Also, ...
4
votes
1answer
2k views
Using a scanner without dialogs in C#
I'm building a .Net 4.0 application for remote control of a scanner device. I have tried both TWAIN and WIA libraries, but I have the same problem. Scanning images without scanner selection and ...
4
votes
4answers
7k views
C# TWAIN interaction
I'm trying to set up a C# application which uses TWAIN example from
http://www.codeproject.com/KB/dotnet/twaindotnet.aspx
This works fine except that I need to cast Form to IMessageFilter and
call
...
4
votes
3answers
2k views
Can one listen a twain (Maybe WIA) scanner?
I am evaluating VintaSoft .net control and Atalasoft DotTwain Image Capture. And I am very but very lost with the most of the definitions and keywords.
So I am asking this because I think I am in ...
4
votes
1answer
4k views
get image from scanner
How do you get a image from the scanner using .NET (C#) on Vista?
Preferably to have the possibility to set the DPI.
There are a few controls on the market that do this, but they don't seem to work ...
3
votes
3answers
488 views
Capture Images from Camera connected to Computer and listed in Imaging Devices
I have a Canon EOS 1000D. When I connect it to computer it listed under Control Panel > Imaging Devices. I want to take picture programmically.
I guess all devices which are listed in Imaging ...
3
votes
2answers
3k views
device for fingerprint scanner in android?
iam running a project that part of it requires to read a fingerprint. The platform we use is an Android phone (2.2).
Is there a fingerprint reader availble for this platform? (micro USB, power ...
3
votes
1answer
2k views
Set page size using WIA (with scanner)
I'm using WIA to acquire images from a scanner with C#. I can scan the papers, but I can't set up the page size correctly, it always defaults to A4 and I need to use Letter or Legal sometimes.
I ...
3
votes
3answers
1k views
Image acquisition hardware scanning from Java
How can I implement image acquisition from hardware scanner in Windows? I found JTwain library, but it's commercial. Is there any free frameworks? Any information about this?
2
votes
2answers
209 views
OPOS image capture with Symbol Digital Image Scanner
Our application presently uses the Motorola/Symbol DS6707 Digital Image Scanner for both image capture and barcode scanning. We communicate with the scanner via the Moto SNAPI driver. Since this is ...
2
votes
3answers
243 views
Using PIL to detect a scan of a blank page
So I often run huge double-sided scan jobs on an unintelligent Canon multifunction, which leaves me with a huge folder of JPEGs. Am I insane to consider using PIL to analyze a folder of images to ...
2
votes
2answers
331 views
What is the state of TWAIN on the Macintosh today?
I'm currently working on a project where we want to interface with TWAIN scanners on both the PC (Windows) and the Macintosh.
On Windows, we basically have everything squared away and the code works ...
2
votes
1answer
2k views
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. ...
2
votes
9answers
826 views
How to compensate for uneven illumination in a photograph of a printed page?
I am trying to teach my camera to be a scanner: I take pictures of printed text and then convert them to bitmaps (and then to djvu and OCR'ed). I need to compute a threshold for which pixels should ...
2
votes
1answer
1k views
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
...
2
votes
2answers
2k views
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 ...
1
vote
0answers
42 views
Use a scanner device from Python
I am trying to use a scanner device from Python. I have looked into two libraries (pyscanner and imagescanner) that claim to solve this problem, but they don't. The first one, breaks while importing ...
1
vote
1answer
145 views
OCR scanning, compare converted text in iphone
I'm creating an iphone app with OCR scanning feature.
I'm using Tesseract api.
It is working fine and got the text from the image taken.
Now I need to separate each text with respect to name, address, ...
1
vote
1answer
116 views
Java Web Scanner
I have a working java web app for document management. On document creation i have a file attachment option that works perfectly.
But now i'm supposed to implement the following functionality:
When ...
1
vote
1answer
57 views
Twain detect landscape for scanning
I am writing a program to get the images from a twain device. The problem is when I set the mode to landscape from the scanner gui not my program, I cannot detect it and the image is rotated wrong. If ...
1
vote
2answers
150 views
How best to interact with peripheral from browser
This may be a very elementary question, I apologize in advance. I need to interact with a device from a web app. More specifically a twain device. Currently I use a signed java applet for this. It ...
1
vote
1answer
433 views
Scan and store as PDF an image with a scanner in USB
Hi i am trying to scan something in the Scanner and put it in an Image object (C#) and then pick that image and generate a PDF (to that i am using iTextSharp). So i am trying to use WIA (Windows Image ...
1
vote
1answer
256 views
Cross-platform Python scanner interface
I'm looking for a library that can interface with scanners on both Windows and Linux, in Python. Is there such a thing?
Thanks in advance.
1
vote
1answer
466 views
Improve OCR accuracy from scanned documents
I'm scanning a lot of A3 documents using a standard Brother A3 Multifunction and then use FineReader Pro for OCR'ing the images.
However, I'm getting a lot of errors in the characters recognized, ...
1
vote
3answers
230 views
twain driver with xerox workcentre
this is my first time to post here, i need to create a twain driver to control the scanner in a mpf Workcentre Xerox 3635. i need help about this why the xerox twain drivers don't work properly and ...
1
vote
1answer
587 views
Scan an image from asp.net
how can i scan an image from a webpage in asp.net.
I need a free control or a code to scan an image from a scanner in
any user that requests the webpage.
Thank you.
1
vote
4answers
238 views
What's the easiest way to use a connected scanner?
I'm making an application that your typical CRUD scenario. I also need to scan a document and save that image to disc.
I don't really need complex image manipulation, just a simple "call scanner to ...
1
vote
1answer
640 views
Windows Image Acquisition: How to hide scanner setup window
I use WIA library to scan images in my app. Can I set scanner settings (colorfull, grayscell, dpi....) programmaticaly in my app and not show every time scanning settings to end user?
I use next code ...
1
vote
0answers
219 views
can I access scanner attached to system using Adobe Flash?
can I access scanner attached to system using Adobe Flash?
1
vote
2answers
886 views
Is there an opensource java library to interface to an image scanner?
I would like to make a tool to capture images from an scanner, is there an opensource java library to control / interface with a scanner? (I found JTwain but is about EUR 3000)
Thanks!
1
vote
1answer
397 views
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 ...
1
vote
4answers
2k views
Why can't WIA see my scanner?
I'm trying to use WIA (Microsoft Windows Image Acquisition Library v2.0) to build a C# 3.5 WinForms app in VS2008 running on a Vista rig to aquire images from a scanner.
I know there are plenty of ...
1
vote
0answers
604 views
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 ...
1
vote
1answer
354 views
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 ...
1
vote
7answers
2k views
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 ...
0
votes
1answer
26 views
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 ...
0
votes
0answers
29 views
Is it possible to change the maximum WIA scanning resolution?
I have to use the Canon 9000F scanner in a project. I am having some troubles with the TWAIN driver (see: Are memory issues common when scanning 2400 DPI pictures with TWAIN?), so I tried WIA as an ...
0
votes
1answer
22 views
High Capacity Scanners [closed]
We are planning to buy a high capacity scanner that scans documents at a faster pace and in large numbers. It should be a duplex one.
If any of you have recently bought the same for your company, ...
0
votes
1answer
207 views
C# WIA ADF Has next page
I have created a WIA Wrapper, which I beleive will be usefull for some people.
It's still in development stages, but it all works besides the fact that the HasNextPage method does not work. I have ...
0
votes
1answer
119 views
Virtual ISIS Scanner
In order to more efficiantly develop Imaging based applicatitions it would really help if I had a virtual ISIS driver that simulated a scanner bur instead read from the file system.
I can find TWAIN ...
0
votes
0answers
133 views
how to read scanned check..? [closed]
I was wondering from many days for this, my program is in windows application(c#) scanning the check and display its bank routing number and check number. The check is being scanned in my application ...
0
votes
0answers
108 views
One button scanning: problem with Windows global hooks and task scheduler
I'm trying to realize a simple C# application that allows user to scan documents from an auto-feeder scanner connected to a dedicated networked computer (Windows 2008 Server R1).
The procedure must ...
0
votes
1answer
410 views
C# WIA Image Scanning fails with HRESULT: 0x80070050
I'm hoping someone has come across this - I'm trying to capture images from a document scanner using WIA, however on random machines when attempting to transfer the image result - WIA reports "The ...