Get Dynamsoft Capture Vision Free Trial

JavaScript Package

Version 2.4.2100

.NET Package

Version 2.4.2000

C++ Package

Version 2.6.1000

Python Package

Version 2.4.2100

pip install dynamsoft_capture_vision_bundle Copied √

iOS Package

Version 2.6.1000

CocoaPods

Swift Package Manager


1. Add the frameworks in your Podfile.

                            target 'HelloWorld' do
   use_frameworks!

pod 'DynamsoftCaptureVisionBundle','2.6.1000'

end
                        

2. Execute the pod command to install the frameworks and generate workspace(HelloWorld.xcworkspace):

                            pod install
                            

Android Package

Version 2.6.1000

Gradle


1. Open the file [App Project Root Path]\app\build.gradle and add the Maven repository:

                            allprojects {
     repositories {
         maven {
             url "https://download2.dynamsoft.com/maven/aar"
         }
     }
 }
                        

2. Execute the pod command to install the frameworks and generate workspace(HelloWorld.xcworkspace):

                            dependencies {
     implementation 'com.dynamsoft:dynamsoftcapturevisionbundle:2.6.1000'
 }
                            

MAUI Package

Version 2.4.2000

Code Sample on GitHub

Next Step: One Click to Request a 30-Day Trial License

Generate a License

The license will be sent to your email immediately.

Submit

The license will be sent to your email immediately.

It appears that you've reached the limit for trial requests. We understand that exploring the full potential of our SDKs is important, and we're here to support your needs.

Please contact our support team, and we will be happy to extend additional time for you.