Documentation
Table of contents

LabelRecognizerTaskSetting Object

The LabelRecognizerTaskSetting object is used to configure settings for a label recognition task to be performed on certain regions of interest (ROIs) in an image.

{
    "Name" : "dlr_task_default",
    "TextLineSpecificationNameArray" : ["tls_default"],
    "DictionaryPath" : "",
    "DictionaryCorrectionThresholds" : [
        {
        "MaxWordLength" : 256,
        "MinWordLength" : 3,
        "Threshold" : 1
        }
    ],
    "StringLengthRange" : [3,200],
    "StringRegExPattern" : "",
    "SectionImageParameterArray":[
        {
            "Section": "REGION_PREDETECTION",
            "ImageParameterName": "ip_dlrDefault"
        },
        {
            "Section": "TEXT_LINE_LOCALIZATION",
            "ImageParameterName": "ip_dlrDefault"
        },
        {
            "Section": "TEXT_LINE_RECOGNITION",
            "ImageParameterName": "ip_dlrDefault"
        }
    ],
    "StartSection": "REGION_PREDETECTION",
    "TerminateSetting":
    {
        "Section": "REGION_PREDETECTION", 
        "Stage": "IRUT_GRAYSCALE_IMAGE",
    },
    "MaxThreadsInOneTask" : 4,
    "BaseLabelRecognizerTaskSettingName" : "",
}

Example 1 – Parameters of LabelRecognizerTaskSetting

Summary of LabelRecognizerTaskSetting top-level parameters

Parameter Name Description
Name Represents the name of the LabelRecognizerTaskSetting object, which serves as its unique identifier.
TextLineSpecificationNameArray Represents the collection of text line specification object names, used to refer to the TextLineSpecification objects. It is used to define the recognition settings for the text lines.
DictionaryPath Sets the path of the dictionary file.
DictionaryCorrectionThresholds Sets the threshold of dictionary error correction.
StringLengthRange Sets the range of string lengths for concatenated strings of recognized text lines.
StringRegExPattern Specifies the regular expression pattern for concatenated strings of recognized text lines.
SectionImageParameterArray Sets image parameters for three different sections, where each section performs image processing stages with different parameters.
StartSection Indicates which Section the task will start executing from.
TerminateSetting Indicates where the task stops, specifically indicating a Stage under a certain Section.
MaxThreadsInOneTask Represents the maximum number of parallel threads that can be used on a single task.
BaseLabelRecognizerTaskSettingName Represents the name of another LabelRecognizerTaskSetting object. It is used to inherit the parameters defined in its parent LabelRecognizerTaskSetting object. If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object.

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support