Get Dynamsoft Document Normalizer Free Trial

JavaScript Package

Languages: JavaScript & WebAssembly

Download

Version 2.2.10, ZIP (2.27 MB)

Android Package

Language: Java
Gradle Configuration ›

Download

Version 2.2.10, ZIP (Around 24.3 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:dynamsoftdocumentnormalizerbundle:2.2.10'
}
                        

iOS Package

Languages: Objective-C, Swift
Pod Configuration ›

Download

Version 2.2.11, ZIP (Around 21.8 MB)


                        
    pod 'DynamsoftDocumentNormalizerBundle','2.2.11'
                            
                        

C++ Package

Platforms: Windows, Linux x64

Download

Version 2.2.10, ZIP (33.7 MB)

Xamarin Package

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