Table of contents

Need better scanning performance?

Get a FREE customized reading template.

BinarizeImageStage

BinarizeImageStage transfers a grayscale image into a binary image. In JSON, it is represented as a Stage object with "Stage": "SST_BINARIZE_IMAGE".

JSON Structure

Location in template:

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

Parent object: ApplicableStages within ImageParameter

Example:

{
    "Stage": "SST_BINARIZE_IMAGE",
    "BinarizationModes": [
        {
            "Mode": "BM_LOCAL_BLOCK"
        }
    ]
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_BINARIZE_IMAGE.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_BINARIZE_IMAGE"

BinarizationModes

Defines the binarization options. See BinarizationModes for details.

This page is compatible for: