Question

I had some questions in this scanner using WIA or TWAIN in C#.net. We are planning to buy Kodak i920 Scanner to scan Image through our Application in C#. My questions are

1 . Is it possible to scan an image in single click by using any one of the drivers. ( I dont want select device dialog and image settings dialog)

  1. Some scanners has inbuilt OCR functionality. can i use that OCR function programatically of that scanners. So that when i click on OCR button the scanner has to scan an do an OCR and revert me back. Is it possible to do this?
Was it helpful?

Solution

Yep. You certainly could do all of that provided you could be certain that the same scanner was going to be available for every scan so that you could always just force use of the device you wanted. You can also pass along the settings you'd like the device to make use of provided that the device says they're supported. A number of SDKs either free/opensource or proprietary exist that would allow you to do that in c# -- Atalasoft, Dynamsoft, and Twain.Net provide one to name a few.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top