Table of contents

Need better scanning performance?

Get a FREE customized reading template.

DetectTextZonesStage

DetectTextZonesStage detects text zones on the image. In JSON, it is represented as a Stage object with "Stage": "SST_DETECT_TEXT_ZONES".

JSON Structure

Location in template:

ImageParameterOptions[i]
    └── ApplicableStages[j] (Stage object where Stage = "SST_DETECT_TEXT_ZONES")

Parent object: ApplicableStages within ImageParameter

Example:

{
    "Stage": "SST_DETECT_TEXT_ZONES",
    "TextDetectionMode": {
        "Mode": "TTDM_LINE"
    }
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_DETECT_TEXT_ZONES.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_DETECT_TEXT_ZONES"

TextDetectionMode

Defines how to detect text zones. See TextDetectionMode for details.

This page is compatible for: