-->

JAVA + Scan document [closed]

2019-06-08 04:42发布

问题:

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.

回答1:

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.