Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.07 KB

File metadata and controls

46 lines (29 loc) · 2.07 KB

Blazor Examples for Barcode, MRZ and Document Scanning

This project demonstrates how to utilize the Dynamsoft Capture Vision SDK for detecting 1D/2D barcodes, documents, MRZ (Machine Readable Zone), and more in Blazor applications.

Demo Video

  • Barcode Reader and Scanner

    dotnet-blazor-barcode-reader-scanner.mp4
  • Document Viewer and Scanner

    blazor-document-pdf-viewer-scanner.mp4
  • MRZ Reader and Scanner

    blazor-passport-mrz-reader-scanner.mp4
  • Web TWAIN Document Scanning

    blazor-web-twain-document-scan.mp4

Usage

  1. Get a trial license and then update the following line in Pages/Home.rzor:

    private string LicenseKey = "LICENSE KEY";
  2. Run the app:

    dotnet run
    

    blazor barcode reader and scanner

Online Demo

https://yushulx.me/blazor-barcode-mrz-document-scanner/

Blog