Dynamsoft / code-parser-cpp-samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamsoft Code Parser Samples - C++ Edition

This repository contains multiple samples that demonstrates how to use the Dynamsoft Code Parser C++ Edition.

Requirements

  • 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+

Samples

Sample Description
HelloWorld This sample demonstrates the simplest way to parse a code string and output the result fields.

License

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 which require network connection to function. You can request a 30-day free trial license key from Customer Portal which works offline.

Contact Us

Contact Dynamsoft if you have any questions.

About

License:Other


Languages

Language:C++ 100.0%