Need better scanning performance?
AssembleLinesStage
AssembleLinesStage assembles short lines when processing documents. In JSON, it is represented as a Stage object with "Stage": "SST_ASSEMBLE_LINES".
JSON Structure
Location in template:
ImageParameterOptions[i]
└── ApplicableStages[j] (Stage object where Stage = "SST_ASSEMBLE_LINES")
Parent object: ApplicableStages within ImageParameter
Example:
{
"Stage": "SST_ASSEMBLE_LINES",
"LineAssemblyMode": {
"Mode": "LAM_GENERAL"
}
}
- This snippet shows a Stage object configured for assembling lines.
- To use it, add this object to the
ApplicableStagesarray within an ImageParameter.- For the complete JSON structure, see:
Parameters
Stage
Specifies the stage type. Fixed value: SST_ASSEMBLE_LINES.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_ASSEMBLE_LINES" |
LineAssemblyMode
Defines how to assemble lines. See LineAssemblyMode for details.