问题
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:
Thanks for all.
I found the mistake, the SynchronousHelper.java is in the full package that i've download
In the "examples" directory.
来源:https://stackoverflow.com/questions/27247604/java-se-sanning-api-morena7