This repository contains multiple samples that demonstrate how to use the Dynamsoft Capture Vision Python Edition.
- Windows x64
- Linux (x64, ARM64)
- macOS (10.15+)
- Python 3.12
- Python 3.11
- Python 3.10
- Python 3.9
- Python 3.8
pip install dynamsoft_capture_vision_bundle
or
pip3 install dynamsoft_capture_vision_bundle
Sample Name | Description |
---|---|
MRZScanner |
Capture and extract user's information from machine-readable travel documents with Dynamsoft Capture Vision SDK. |
DriverLicenseScanner |
Capture and extract user's information from driver license/ID with Dynamsoft Capture Vision SDK. |
VINScanner |
Capture and extract vehicle's information from Vehicle Identification Number (VIN) with Dynamsoft Capture Vision SDK. |
DocumentScanner |
The simplest way to detect and normalize a document from an image and save the result as a new image. |
The library requires a license to work, you use the API LicenseManager.init_license
to initialize license key and activate the SDK.
These samples use a free public trial license which require network connection to function. You can request a 30-day free trial license via the Request a Trial License link which works offline.