My goal is to provide a user the ability to scan their documents through our website.
I have looked into a tool called phpSane (http://sourceforge.net/projects/phpsane/), however, I am aware that users can't connect the scanner to their computer, as they would need to connect their scanner to the server since PHP runs on the server and can only communicate with the hardware on the server.
My website is not being hosted locally, but through Amazon AWS.
I am a bit confused, and is looking for guidance.
Thanks in advance for your support.