Table of contents

Need better scanning performance?

Get a FREE customized reading template.

SectionArray

Parameter SectionArray 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.

JSON Structure

Location in template:

DocumentNormalizerTaskSettingOptions[i]
    └── SectionArray

Parent object: DocumentNormalizerTaskSetting object

Example:

{
    "SectionArray": [
        {
            "Section": "ST_REGION_PREDETECTION"
        },
        {
            "Section": "ST_DOCUMENT_DETECTION"
        },
        {
            "Section": "ST_DOCUMENT_DESKEWING"
        },
        {
            "Section": "ST_IMAGE_ENHANCEMENT"
        }
    ]
}

Parameter Details

The DocumentNormalizerTask includes the following sections:

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: