Need better scanning performance?
RemoveTextZonesFromBinaryStage
RemoveTextZonesFromBinaryStage removes text zones from the binary image. In JSON, it is represented as a Stage object with "Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY".
JSON Structure
Location in template:
ImageParameterOptions[i]
└── ApplicableStages[j] (Stage object where Stage = "SST_REMOVE_TEXT_ZONES_FROM_BINARY")
Parent object: ApplicableStages within ImageParameter
Example:
{
"Stage": "SST_REMOVE_TEXT_ZONES_FROM_BINARY",
"IfEraseTextZone": 1
}
- This snippet shows a Stage object configured for removing text zones from binary images.
- To use it, add this object to the
ApplicableStagesarray within an ImageParameter.- For the complete JSON structure, see:
Parameters
Stage
Specifies the stage type. Fixed value: SST_REMOVE_TEXT_ZONES_FROM_BINARY.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_REMOVE_TEXT_ZONES_FROM_BINARY" |
IfEraseTextZone
Defines whether to erase text zones from the binary image. See IfEraseTextZone for details.