Need better scanning performance?
LineAssemblyMode
Parameter LineAssemblyMode is for controlling how to assemble the lines.
JSON Structure
Location in template:
ImageParameterOptions[i]
└── ApplicableStages[j] (Stage object where Stage = "SST_ASSEMBLE_LINES")
└── LineAssemblyMode
Parent object: AssembleLinesStage
Example:
{
"LineAssemblyMode": {
"Mode": "LAM_GENERAL",
"Sensitivity": 3
}
}
- This snippet shows only the
LineAssemblyModeparameter.- To use it, embed this parameter within an AssembleLinesStage object.
- For the complete JSON structure, see:
Parameter Details
The LineAssemblyMode object includes the following parameters:
Mode
Specifies the line assembly mode to use.
| Mode Parameter Details |
|---|
| Type String |
| Value Range “LAM_GENERAL” |
| Default Value “LAM_GENERAL” |
Sensitivity
Specifies the sensitivity level used for line assembling. A higher value means the algorithm will be more sensitive when detecting and assembling lines.
| Sensitivity Parameter Details |
|---|
| Type int |
| Value Range [1, 9] |
| Default Value 3 for BarcodeReader Task 6 for DocumentNormalizer Task |
| Valid For “LAM_GENERAL” |