Table of contents

ApplicableStages

Defines the applicable stage parameters with an array of stage objects. Each applicable stage object contains the name of the stage and related parameters.

"ApplicableStages":[
    {
        "Stage":"SST_SCALE_IMAGE",
        "ImageScaleSetting" : {}
    },
    {
        "Stage":"SST_CONVERT_TO_GRAYSCALE",
        "ColourConversionModes" : []
    },
    {
        "Stage":"SST_TRANSFORM_GRAYSCALE",
        "GrayscaleTransformationModes" : []
    },
    {
        "Stage":"SST_ENHANCE_GRAYSCALE",
        "GrayscaleEnhancementModes" : []
    },
]

Stages

Applicable Name Descriptions
SST_ASSEMBLE_LINES The stage that assembles short lines when processing documents.
SST_BINARIZE_IMAGE The stage that transfers a grayscale image into a binary image.
SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE The stage that transfers a texture-removed grayscale image into a binary image.
SST_CONVERT_TO_GRAYSCALE The stage that converts a colour image to a grayscale image.
SST_DETECT_SHORTLINES The stage that detects short lines for document boundary detection.
SST_DETECT_TEXTURE The stage that detects texture on the image.
SST_DETECT_TEXT_ZONES The stage that detects text zones on the image.
SST_ENHANCE_GRAYSCALE The stage that improves the quality of the grayscale image.
SST_FIND_CONTOURS The stage that finds contours in the image.
SST_REMOVE_TEXTURE_FROM_GRAYSCALE The stage that removes texture from the grayscale image.
SST_REMOVE_TEXT_ZONES_FROM_BINARY The stage that removes text zones from the binary image.
SST_SCALE_IMAGE The stage that down/up scales the image.
SST_TRANSFORM_GRAYSCALE The stage that transforms the grayscale image.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: