Web Demos

BARCODE READER SDK DEMO

Explore the flexibe barcode reading settings to optimize for your specific usage scenario.

WEB TWAIN SDK DEMO

Try the most popular web scanner features: scan images, import local images and PDF files, edit, save to local, upload to database, and etc.

BARCODE READER JAVASCRIPT DEMO

Transform any camera-equipped devices into real-time, browser-based barcode and QR code scanners.

MRZ SCANNER WEB DEMO

Detects the machine-readable zone of a passport, scans the text, and parses into human-readable data.

APP STORE DEMOS

BARCODE READER SDK FOR IOS

BARCODE READER SDK FOR ANDROID

VIEW MORE DEMOS >

Get Dynamsoft Document Normalizer Free Trial

JavaScript Package

Languages: JavaScript & WebAssembly

Download

Version 1.0.12, ZIP (579 KB)

Android Package

Language: Java
Gradle Configuration ›

Download

Version 1.0.21, ZIP (18.4 MB)


                        
1. Open the file app\build.gradle and add the remote repository:
repositories {
    maven {
        url "https://download2.dynamsoft.com/maven/aar"
    }
}

2. Add reference in the dependencies:
dependencies { 
    implementation 'com.dynamsoft:dynamsoftdocumentnormalizer:1.0.21' 
}
                            
                        
Copy

iOS Package

Languages: Objective-C, Swift
Pod Configuration ›

Download

Version 1.0.20, ZIP (36.8 MB)


                        
pod 'DynamsoftDocumentNormalizer', '1.0.20'
                            
                        
Copy

C/C++ Package

Platforms: Windows, Linux x64

Download

Version 1.0.20, ZIP (30.1 MB)

Xamarin Package

Install-Package Dynamsoft.DocumentNormalizer.Xamarin.Forms Copied √