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!

link|improve this question

40% accept rate
feedback

2 Answers

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

link|improve this answer
Thanks for the link Romain. Alas, no open source. – user179997 Jul 10 '10 at 18:27
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.