Table of contents

Need better scanning performance?

Get a FREE customized reading template.

CodeParserTaskSetting Parameters

The CodeParserTaskSetting object configures code parsing tasks such as passport MRZ, driving license, and other structured data parsing in Dynamsoft Capture Vision.

Example JSON

{
    "CodeParserTaskSettingOptions": [
        {
            "Name": "CPT1_PARSE_VIN",
            "CodeSpecifications": ["VIN"],
            "ResourcesPath": "../VIN/"
        }
    ]
}

Hierarchical Structure

This tree shows one CodeParserTaskSetting object inside CodeParserTaskSettingOptions.

CodeParserTaskSetting
├── Name
├── CodeSpecifications
└── ResourcesPath

Top-Level Parameters

Parameter Name Description
Name The unique name of the CodeParserTaskSetting object.
CodeSpecifications The code specifications for parsing.
ResourcesPath The path to the resources directory for code parsing.

This page is compatible for: