LA2 Inference
transkribus_la_la2_inferenceRun LA2 model inference on document pages to detect and analyze layout and text regions. Specify collection and document IDs, configure detection settings, and optionally combine results with base layout.
Instructions
Run LA2 model inference on document pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| docId | Yes | Document ID | |
| modelId | No | Model/HTR ID | |
| pages | No | Page range (e.g. "1-5" or "1,3,5") | |
| credits | No | Credits parameter | |
| threshold | No | Detection threshold (default 0.75) | |
| addToPageXML | No | Add results to PAGE XML | |
| approxPolyFrac | No | Approximate polygon fraction (default 0.7) | |
| combineWithBaseLayout | No | Combine with base layout | |
| keepEmptyRegions | No | Keep empty regions | |
| splitLines | No | Split lines | |
| lineOverlapFraction | No | Line overlap fraction (default 0.05) | |
| clusterLinesWithoutRegions | No | Cluster lines without regions |