Resource Base
Table of contents

DynamsoftCodeParser Module

The CodeParser module is defined in the namespace Dynamsoft.DCP. It includes the classes CodeParser and CodeParserModule along with a few interfaces and enumerations.

CodeParserModule Class

This class defines common functionality in the CodeParser module. At present, there is only one API.

API Name Description
static getVersion() Returns the version of the CodeParser module.
static loadSpec() Loads the specification for a certain type of code strings.

CodeParser Class

The CodeParser class enable users to parse given bytes or a string.

Method Description
static createInstance() Initializes a new instance of the CodeParser class.
dispose() Releases all resources used by the CodeParser object.
disposed Returns whether the CodeParser object has been disposed of.
initSettings Initializes runtime settings with the settings in a given JSON string.
resetSettings Resets runtime settings to default.
parse Parses code data for readable results.

Interfaces

Enumerations

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.2.10)
    • Version 2.x
      • Version 2.0.20
    • Version 1.x
      • Version 1.1.0
      • Version 1.0.2
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support