Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 732
user179997 Avatar asked Jul 09 '10 14:07

user179997


2 Answers

I used mms-computing. Site is down at the moment but it's open source so you can still find the libraries on the net eg: http://code.google.com/p/openbizcard/source/browse/trunk/integrated/Scanner/src/com/yov/lib/?r=103

It supports both TWAIN and SANE and works pretty well.

like image 184
wwadge Avatar answered Nov 11 '22 08:11

wwadge


Look here: http://www.programmersheaven.com/2/Java-Twain-image-acquisition

like image 22
Romain Hippeau Avatar answered Nov 11 '22 08:11

Romain Hippeau