Need better scanning performance?
LocalizeTextLinesStage
LocalizeTextLinesStage detects the exact locations of text lines. In JSON, it is represented as a Stage object with "Stage": "SST_LOCALIZE_TEXT_LINES".
JSON Structure
Location in template:
LabelRecognizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_LOCALIZE_TEXT_LINES")
Parent object: StageArray within TextLinesLocalizationSection
Example:
{
"Stage": "SST_LOCALIZE_TEXT_LINES"
}
- This snippet shows a Stage object configured for localizing text lines.
- To use it, add this object to the
StageArraywithin a TextLinesLocalizationSection.- For the complete JSON structure, see:
Parameters
Stage
Specifies the stage type. Fixed value: SST_LOCALIZE_TEXT_LINES.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_LOCALIZE_TEXT_LINES" |