This repository contains multiple samples that demonstrate how to use the Dynamsoft Label Recognizer .NET Edition.
-
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
Sample | Description |
---|---|
RecognizeAnImage |
This sample demonstrates the simplest way to recognize text from an image file with Dynamsoft Label Recognizer SDK. |
RecognizeMultipleImages |
This sample demonstrates the simplest way to recognize text from image files in a directory with Dynamsoft Label Recognizer SDK. |
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 key from Customer Portal which works offline.
Contact Dynamsoft if you have any questions.
https://github.com/Dynamsoft/label-recognizer-dotnet-samples
Leave a Reply