Table of contents

Need better scanning performance?

Get a FREE customized reading template.

PredetectRegionsStage

PredetectRegionsStage identifies regions of interest (ROIs). The pre-detected region may be identified based on color features, grayscale features, or neural network localization. In JSON, it is represented as a Stage object with "Stage": "SST_PREDETECT_REGIONS".

JSON Structure

Location in template:

DocumentNormalizerTaskSettingOptions[i]
    └── SectionArray[j] (Section object)
        └── StageArray[k] (Stage object where Stage = "SST_PREDETECT_REGIONS")

Parent object: StageArray within RegionsPredetectionSection

Example:

{
    "Stage": "SST_PREDETECT_REGIONS",
    "RegionPredetectionModes": [
        {
            "Mode": "RPM_GENERAL"
        }
    ]
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_PREDETECT_REGIONS.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_PREDETECT_REGIONS"

RegionPredetectionModes

Controls how to find a region of interest (ROI) within the image or frame. See RegionPredetectionModes for details.

This page is compatible for: