Java SE Sanning API Morena7

505 Views Asked by At

I try to use Morena 7 in my java desktop application to scan document.

I read morena documentation and download the API

But i have a problem in that line

 BufferedImage bimage = SynchronousHelper.scanImage(device);

It's like SynchronousHelper class is not found.

Someone have an idea please?

Thanks!

1

There are 1 best solutions below

0
On

Thanks for all.

I found the mistake, the SynchronousHelper.java is in the full package that i've download

In the "examples" directory.