Need better scanning performance?
SectionImageParameterArray
SectionImageParameterArray is a parameter that defines ImageParameter in section unit. Each SectionImageParameterArray element is a group of a section name and a ImageParameter name so that this section will use the ImageParameter you specified. If a section is not specified in the array, it will use the default ImageParameter configuration.
The DocumentNormalizerTask includes the following sections:
ST_REGION_PREDETECTIONST_DOCUMENT_DETECTIONST_DOCUMENT_NORMALIZATION
Example
{
"SectionImageParameterArray":
[
{
"Section": "ST_REGION_PREDETECTION",
"ImageParameterName": "IP_0"
},
{
"Section": "ST_DOCUMENT_DETECTION",
"ImageParameterName": "IP_1"
},
{
"Section": "ST_DOCUMENT_NORMALIZATION",
"ImageParameterName": "IP_1"
}
]
}
Parameter Summary
| Child Parameter Name | Child Parameter Summary |
|---|---|
| Section |
Description Specifies an algorithm section. |
| Type String |
|
| Range One of the following SectionType as a string. ST_REGION_PREDETECTION ST_DOCUMENT_DETECTION ST_DOCUMENT_NORMALIZATION |
|
| ImageParameterName |
Description Specifies the ImageParameter that you want to implement in this section. It must be one of the name that defined under ImageParameterOptions. |
| Type String |