Table of contents

SectionArray

SectionArray is a parameter that defines which sections exist under the DocumentNormalizerTask. A Section is a sequence of Stages that form a relatively complete processing unit, producing milestone results that include location information along with other details.

The DocumentNormalizerTask includes the following sections:

{
    "SectionArray":
    [
        {
            "Section": "ST_REGION_PREDETECTION",
            // Other parameters...
        },
        {
            "Section": "ST_DOCUMENT_DETECTION",
            // Other parameters...
        },
        {
            "Section": "ST_DOCUMENT_DESKEWING",
            // Other parameters...
        },
        {
            "Section": "ST_IMAGE_ENHANCEMENT",
            // Other parameters...
        }
    ]
}

Is this page helpful?

YesYes NoNo

In this article: