Re: MediaCapture

If I understand correctly your use case, we have tried Document scanning (media capture related) using computer vision techniques on the web, but its not ready yet. Maybe give tesseract wasm [1] a try?

You can check a much easier scanning/OCR problem which is credit card scanning [2].

[1] https://github.com/emscripten-core/emscripten/wiki/Porting-Examples-and-Demos

[2] https://twitter.com/rijubrata/status/1166346308900282368?s=19


Best,
Riju.

On 26 Aug 2019 20:13, Reilly Grant <reillyg@google.com> wrote:
To my knowledge there is no Web Platform API which supports single- or multi-image document scanning. The Image Capture API is close but is oriented towards capturing images from hybrid motion and still frame cameras. I think this is an area that will require additional investigation and design.
[Google Logo]
Reilly Grant
Software Engineer
reillyg@google.com<mailto:reillyg@google.com>
Google Chrome




On Mon, Aug 26, 2019 at 4:59 AM Kamran Yousaf <kami.dehlvi@gmail.com<mailto:kami.dehlvi@gmail.com>> wrote:
Hi,
I am working on a web application and want to access Document Scanner(Fujitsu 7160) through MediaCapture. I have searched over the net to get an example to how to do so but unable.I have found video and audio options and in the video how can I connect scanner, how can i perform single/mutiple(array of images) scan .
please guide.
regards,
Kamran

Received on Tuesday, 27 August 2019 16:18:13 UTC