Table of contents

Need better scanning performance?

Get a FREE customized reading template.

RegionPredetectionSection

RegionPredetectionSection identifies regions of interest (ROIs), allowing subsequent processing to ignore other parts of the image. In JSON, it is represented as a Section object with "Section": "ST_REGION_PREDETECTION".

JSON Structure

Location in template:

DocumentNormalizerTaskSettingOptions[i]
    └── SectionArray[j] (Section object where Section = "ST_REGION_PREDETECTION")

Parent object: SectionArray

Example:

{
    "Section": "ST_REGION_PREDETECTION",
    "ImageParameterName": "ip_ddnDefault",
    "StageArray": [
        {
            "Stage": "SST_PREDETECT_REGIONS"
        }
    ]
}

Parameters

Section

Specifies the section type. Fixed value: ST_REGION_PREDETECTION.

Parameter Details
Type
string
Required
Yes
Default Value
"ST_REGION_PREDETECTION"

ImageParameterName

Specifies the name of an ImageParameter object to apply in the stages of this section.

Parameter Details
Type
string
Range
Must be the name of an ImageParameter object defined under ImageParameterOptions
Default Value
""

StageArray

Specifies the stage objects within this section. The RegionPredetectionSection consists of the following stages:

Stage Description
PredetectRegionsStage (SST_PREDETECT_REGIONS) Identifies regions of interest (ROIs).

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: