[Vuejs]-Document Scanning from USB Scanner with VueJs

0👍

This isn’t a Vue question, but more a web development question. Can your browser access the USB scanner. Most likely no because hardware access for the web is pretty limited. You’ve got access to the camera, compass, accelerometer, but not generic items connected via USB.

There is a spec for USB access (https://wicg.github.io/webusb/) but as far as I know this isn’t supported anywhere yet: https://caniuse.com/#feat=webusb. Ok, it’s supported on Chroe, but that’s it.

Leave a comment