Run Advanced Layout Analysis
transkribus_la_analyze_advancedPerform advanced layout analysis on Transkribus documents with configurable settings for block, line, and word segmentation, baselines, and page ranges to produce customized page structure data.
Instructions
Run advanced layout analysis with additional parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document ID | |
| pages | No | Page range (e.g. "1-5" or "1,3,5") | |
| collId | Yes | Collection ID | |
| credits | No | Credits parameter | |
| jobImpl | No | Job implementation class | |
| modelId | No | Model/HTR ID | |
| doLineSeg | No | Perform line segmentation | |
| doWordSeg | No | Perform word segmentation | |
| doBlockSeg | No | Perform block segmentation | |
| doBaselineToPolygon | No | Convert baselines to polygons | |
| doPolygonToBaseline | No | Convert polygons to baselines |