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

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?
ThorDivDev
  • 721
  • 2
  • 12
  • 22
27
votes
2 answers

Twain device (scanner) control in Java

I want to scan a number of papers through Java. I found the mm's computing twain library. When I run the example TwainExample.java at the site, I receive this error. uk.co.mmscomputing.device.twain.TwainIOException: Cannot load Twain Source…
Any Thing
  • 314
  • 3
  • 5
25
votes
7 answers

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 SDKs out there that do this (Accusoft, ByteScout,…
Dhaust
  • 5,470
  • 9
  • 54
  • 80
24
votes
11 answers

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 user's computer as a BMP/JPG/TIF/PNG file The user…
knorv
  • 49,059
  • 74
  • 210
  • 294
23
votes
5 answers

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 one of them that I can find, I have run into a…
J Wynia
  • 10,464
  • 4
  • 40
  • 38
19
votes
2 answers

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 scanner would require us to print, scan, and shred…
biggusjimmus
  • 2,706
  • 3
  • 26
  • 31
18
votes
6 answers

How can I trigger a scanner from a browser?

I have Fujitsu fi-6130 TWAIN / ISIS scanners that I'd like to trigger from a button in a jQuery Rails web page. Not only would I like to have the page tell the scanner to "go", I'd also like to upload the resulting file via Paperclip once the…
Randy J Parker
  • 461
  • 1
  • 4
  • 8
15
votes
3 answers

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 scanning settings dialogs. I found a useful article on…
Miljenko Barbir
  • 1,193
  • 1
  • 11
  • 32
15
votes
8 answers

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 ?
iboware
  • 977
  • 1
  • 12
  • 25
12
votes
3 answers

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 it seems like someone has probably already done…
jacobko
  • 8,740
  • 7
  • 32
  • 36
9
votes
1 answer

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 very well.
Ovi
  • 2,620
  • 7
  • 34
  • 51
8
votes
0 answers

Android document edge detection app using deep machine learning

I developed Android document scanner using OpenCV edge detection functions which does not work all the time as expected and requires a special background in order to work properly like dark plain background. Also document color might affect the…
8
votes
2 answers

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!
user179997
  • 337
  • 4
  • 10
8
votes
1 answer

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 tried with the WIA_DPS_PAGE_SIZE property, but when I…
Salvador Sarpi
  • 981
  • 1
  • 8
  • 19
8
votes
1 answer

TWAIN/WIA implementation for JAVA

I am working on an application(Java Applet) that interacts with scanner. I understand I need a Twain library or WIA library to make it work in windows. But I am not sure what are the differences of two? I am trying to use this…
Mo3z
  • 2,138
  • 7
  • 21
  • 29
1
2 3
12 13