Get Dynamsoft Capture Vision Free Trial

JavaScript Package

.NET Package

C++ Package

Python Package

pip install dynamsoft_capture_vision_bundle Copied √

Node.js Package

iOS Package

CocoaPods

Swift Package Manager


1. Add the frameworks in your Podfile.

                            target 'HelloWorld' do
   use_frameworks!

pod 'DynamsoftCaptureVisionBundle','2.6.1001'

end
                        

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

                            pod install
                            

Android Package

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.1001'
 }
                            

MAUI Package

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.