Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamsoft/capture-vision-dotnet-samples
Samples for Dynamsoft Capture Vision SDK DotNet Edition
https://github.com/dynamsoft/capture-vision-dotnet-samples
barcode-reader barcode-scanner document-scanner driver-license idcard mrz passport vin visa
Last synced: 23 days ago
JSON representation
Samples for Dynamsoft Capture Vision SDK DotNet Edition
- Host: GitHub
- URL: https://github.com/dynamsoft/capture-vision-dotnet-samples
- Owner: Dynamsoft
- License: other
- Created: 2024-05-30T08:25:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T06:34:27.000Z (3 months ago)
- Last Synced: 2024-11-07T11:18:13.932Z (2 months ago)
- Topics: barcode-reader, barcode-scanner, document-scanner, driver-license, idcard, mrz, passport, vin, visa
- Homepage: https://www.dynamsoft.com/capture-vision/docs/server/programming/dotnet/
- Size: 1.62 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dynamsoft Capture Vision Samples for .NET Edition
This repository contains multiple samples that demonstrate how to use the [Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/introduction/?lang=dotnet) .NET Edition.
## System Requirements
- Windows:
- Supported Versions: Windows 7 and higher, or Windows Server 2003 and higher
- Architecture: x64 and x86
- Development Environment: Visual Studio 2012 or higher.- Linux:
- Supported Distributions: Ubuntu 14.04.4+ LTS, Debian 8+, CentOS 6+
- Architectures: x64
- Minimum GLIBC Version: GLIBC_2.18 or higher- Supported .NET versions
- .NET Framework 3.5 and above
- .NET 6, 7, 8## Samples
| Sample | Description |
|---------------|----------------------|
|[`MRZScanner`](Samples/MRZScanner) | Capture and extract user's information from machine-readable travel documents with Dynamsoft Capture Vision SDK. |
|[`DriverLicenseScanner`](Samples/DriverLicenseScanner) | Capture and extract user's information from driver license/ID with Dynamsoft Capture Vision SDK. |
|[`VINScanner`](Samples/VINScanner) | Capture and extract vehicle's information from Vehicle Identification Number (VIN) with Dynamsoft Capture Vision SDK. |
|[`DocumentScanner`](Samples/DocumentScanner) | The simplest way to detect and normalize a document from an image and save the result as a new image. |## License
The library requires a license to work, you use the API `LicenseManager.InitLicense` 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.
## Contact Us
Contact Dynamsoft if you have any questions.