Table of contents

Need better scanning performance?

Get a FREE customized reading template.

RemoveTextureFromGrayscaleStage

RemoveTextureFromGrayscaleStage removes texture from the grayscale image. In JSON, it is represented as a Stage object with "Stage": "SST_REMOVE_TEXTURE_FROM_GRAYSCALE".

JSON Structure

Location in template:

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

Parent object: ApplicableStages within ImageParameter

Example:

{
    "Stage": "SST_REMOVE_TEXTURE_FROM_GRAYSCALE",
    "TextureRemovalStrength": 2
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_REMOVE_TEXTURE_FROM_GRAYSCALE.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_REMOVE_TEXTURE_FROM_GRAYSCALE"

TextureRemovalStrength

Defines the strength for removing texture from the grayscale image.

Parameter Details
Type
int
Value Range
[1, 9]
Default Value
2 for BarcodeReaderTask & DocumentNormalizerTask
1 for LabelRecognizerTask

This page is compatible for: