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.
Barcode Reader and Scanner
https://github.com/user-attachments/assets/5f32ed5f-76b9-4798-9ff9-a9fea21592e5
Document Viewer and Scanner
https://github.com/user-attachments/assets/fff11fae-4a5a-432c-9bfc-22b1389b0156
MRZ Reader and Scanner
https://github.com/user-attachments/assets/c77574d2-e798-4bc8-95e5-2b4838c575f4
Web TWAIN Document Scanning
https://github.com/user-attachments/assets/1fdd6b73-dc45-4930-9f7a-28fb8075e7c7
Get a trial license and then update the following line in Pages/Home.rzor
:
private string LicenseKey = "LICENSE KEY";
Run the app:
dotnet run
https://yushulx.me/blazor-barcode-mrz-document-scanner/