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 >

Download Center

Get Dynamsoft Camera Enhancer Free Trial

JavaScript Package

Version 3.3.4, ZIP (319 KB); Languages: JavaScript

Download

Android Package

Version 2.3.11, ZIP (3.91 MB); Languages: Java Maven Configuration ›

Download


                        
allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url "https://download2.dynamsoft.com/maven/aar" 
        }
    }
}
dependencies {
    implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.11@aar'
}
                            
                        
Copy

iOS Package

Version 2.3.20, ZIP (9.8 MB); Languages: Objective-C, Swift Pod Configuration ›

Download


                            
pod 'DynamsoftCameraEnhancer','2.3.20'
                            
                        
Copy