JAVA + Scan document

Dmitriy  Azarov picture Dmitriy Azarov · Mar 20, 2012 · Viewed 8k times · Source

I need to write a very simple application in Java to run a document scanner from a web page. I understand that this must be done with the help of TWAIN, but I do not know how. Can someone guide me towards how to do scanning in Java? An example would be especially helpful.

Answer

reef picture reef · Mar 20, 2012

You could take a look at the Morena API which we used in my company to control a scanner from a web page:

Morena website

I think there is a tutorial on this web page.