This repository contains multiple samples that demonstrate how to use the Dynamsoft Document Normalizer C++ Edition.
- Operating systems:
- Windows: 7, 8, 10, 2003, 2008, 2008 R2, 2012 and above.
- Linux x64: Ubuntu 14.04.4+ LTS, Debian 8+, etc
- Developing Tool
- Visual Studio 2012 or above
- G++ 5.4+
- GCC 5.4+
| Sample | Description |
|---|---|
| NormalizeAnImage | This sample demonstrates the simplest way to normalize an image and save the result as a new image. |
| NormalizeMultipleImages | This sample demonstrates the simplest way to normalize image files in a directory and save the result as new images. |
The library requires a license to work, you use the API InitLicense to initialize license key and activate the SDK.
These samples use a free public trial license. Note that network connection is required for this license to work.
You can also request a 30-day trial license from Customer Portal
For more information, please refer to license FAQ.
Contact Dynamsoft if you have any questions.