Need better scanning performance?
AssembleLongLinesStage
AssembleLongLinesStage assembles relatively long line segments to facilitate the assembly of more advanced line segments. In JSON, it is represented as a Stage object with "Stage": "SST_ASSEMBLE_LONG_LINES".
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_ASSEMBLE_LONG_LINES")
Parent object: StageArray within DocumentDetectionSection
Example:
{
"Stage": "SST_ASSEMBLE_LONG_LINES"
}
- This snippet shows a Stage object configured for assembling long lines.
- To use it, add this object to the
StageArraywithin a DocumentDetectionSection.- For the complete JSON structure, see:
Parameters
Stage
Specifies the stage type. Fixed value: SST_ASSEMBLE_LONG_LINES.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_ASSEMBLE_LONG_LINES" |