2

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.

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215

1 Answers1

6

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.

reef
  • 1,813
  • 2
  • 23
  • 36