Need better scanning performance?
AssembleLogicalLinesStage
AssembleLogicalLinesStage assembles long line segments based on certain criteria to serve the assembly of quadrilateral corners. In JSON, it is represented as a Stage object with "Stage": "SST_ASSEMBLE_LOGICAL_LINES".
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_ASSEMBLE_LOGICAL_LINES")
Parent object: StageArray within DocumentDetectionSection
Example:
{
"Stage": "SST_ASSEMBLE_LOGICAL_LINES"
}
- This snippet shows a Stage object configured for assembling logical 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_LOGICAL_LINES.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_ASSEMBLE_LOGICAL_LINES" |