Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.26 KB

File metadata and controls

21 lines (14 loc) · 1.26 KB

Document Scanner Samples

changes

Here we present sample projects built with the Mobile Document Scanner, each a single HTML file to demonstrate a particular use case or feature of MDS.

Plain JavaScript Samples

  1. Hello World - a minimal example to get started with scanning single page documents in under 2 minutes.
  2. Official Demo - source code for the polished and integrated demo application on our website.
  3. Scanning to PDF - scan multi-page documents with MDS, and integrate with Dynamsoft Document Viewer (DDV) for viewing, editing, and PDF file output.
  4. Multi-Page Scanning - scan multi-page documents with MDS and output as separate images on each successful scan for further fine-grain processing downstream.
  5. Image File Scanning - scan documents from file input instead of a camera feed for processing existing images.

JavaScript Framework Samples

All three Framework samples provide the same features as the plain JavaScript Hello World sample.

  1. Angular
  2. React Hooks
  3. Vue