Table of contents

Need better scanning performance?

Get a FREE customized reading template.

EnhanceImageStage

EnhanceImageStage adjusts the image quality, such as changing the brightness, contrast, and the color mode of the image. In JSON, it is represented as a Stage object with "Stage": "SST_ENHANCE_IMAGE".

JSON Structure

Location in template:

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

Parent object: StageArray within ImageEnhancementSection

Example:

{
    "Stage": "SST_ENHANCE_IMAGE",
    "ColourMode": "ICM_COLOUR",
    "Brightness": 0,
    "Contrast": 0
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_ENHANCE_IMAGE.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_ENHANCE_IMAGE"

ColourMode

Defines the output colour mode of the target image. See ColourMode for details.

Brightness

Defines the brightness of the target image. See Brightness for details.

Contrast

Specifies the contrast of the target image. See Contrast for details.

This page is compatible for: