Need better scanning performance?
ColourMode
ColourMode defines the output colour mode of the target image. It influences the image that output by both CapturedResult and IntermediateResult.
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_ENHANCE_IMAGE")
└── ColourMode
Parent object: EnhanceImageStage
Example:
{
"ColourMode": "ICM_GRAYSCALE"
}
- This snippet shows only the
ColourModeparameter.- To use it, embed this parameter within an EnhanceImageStage object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| ColourMode Parameter Details |
|---|
| Type String |
| Available Colour Mode List ICM_BINARY ICM_GRAYSCALE ICM_COLOUR |
| Default Value “ICM_COLOUR” |