5

Does anyone know of a good TWAIN browser plugin to scan images and send to a web application? If it includes features such as deskew it would be even better. Thanks!

Otávio Décio
  • 73,752
  • 17
  • 161
  • 228

3 Answers3

3

Google found several commercial ones and this one which is free.

I've done some very simple things with it and found it to actually work with my Fujitsu fi-5120 scanners.

Jim Blizard
  • 4,255
  • 28
  • 37
  • This solution requires a local permission to run executable from the JS code on a web page. Most environments won't allow this since it is not safe. – Alexey Zimarev Apr 10 '12 at 11:34
  • 3
    I don't think you can avoid special permission on the client, either granted by the user or by system administrator, because scanning requires access to the local system that is not available in HTML, javascript or java. Native code must be run - ActiveX, plugin, exe, setup, signed applet - any of which requires special permission at some level. – Spike0xff Sep 24 '12 at 20:10
2

And... Atalasoft (now a subsidiary of Kofax) has a web scanning toolkit:

Atalasoft WingScan product page

Disclaimer: I am an employee and one of the co-authors of the product.

The scanning component is based on the EZTwain library, and it definitely includes deskew ;-)

You can optionally license and use embedded VRS technology, which I have to say is impressively good at cleaning up scans.

Spike0xff
  • 1,246
  • 1
  • 15
  • 24
1

I use https://www.docapi.net for integration twain capability to my web apps, it based on Dynamsoft.

meesha
  • 19
  • 5