Dynamsoft Capture Vision Android Edition - Documentation
Dynamsoft Capture Vision (DCV) is a comprehensive SDK that integrates various functional products. It encompasses image capture, content understanding, result parsing, and interactive workflow. Essentially, DCV processes images to extract specific information that is meaningful within a business context.
DCV is designed to enable developers to quickly create conceptual prototypes within hours. It also offers the flexibility to handle more complex customizations for demanding tasks.
Read introduction of Dynamsoft Capture Vision (DCV) architecture
This documentation provides guidance to assist developers in utilizing DCV for Android applications.
Using the SDK
System Requirements
- Supported OS: Android 5.0 (API Level 21) or higher.
- Supported ABI: armeabi-v7a, arm64-v8a, x86 and x86_64.
- Development Environment: Android Studio 3.4+ (Android Studio 4.2+ recommended).
Get Started
Check APIs
While the guide covers common APIs, more detailed explanations of these and other APIs can be found in the API Reference.
Read about CaptureVisionTemplate
Using DCV in JavaScript involves:
- Creating a
CaptureVisionRouter
instance. - Defining and binding an image source and a result receiver to the instance.
- Specifying a template which defines how to process images.
Apparently, the use of DCV varies with the choice of template. Dynamsoft provides popular preset templates and will add more over time. To understand, adjust, or define your own template, read about CaptureVisionTemplate
.
Contact Us
Feel free to contact us if you have any questions.