Run Text2Image Matching
transkribus_recog_text2image_matchingAligns recognized text lines to their corresponding image positions in a collection using a specified HTR model.
Instructions
Run Text2Image matching using a specific model in a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| modelId | Yes | Model/HTR ID | |
| docId | Yes | Document ID | |
| pages | No | Page range (e.g. "1-5") | |
| credits | No | Credits parameter | AUTO |
| doNotDeleteWorkDir | No | Do not delete work directory | |
| preserveLineOrder | No | Preserve line order | |
| keepUnmatchedLines | No | Keep unmatched lines | |
| useSourceLineFeeds | No | Use source line feeds | |
| addNotMatchedTextInLastLine | No | Add unmatched text in last line | |
| useCurrentTranskript | No | Use current transcript | |
| allowDoubleMatching | No | Allow double matching | |
| reductionMethod | No | Reduction method | |
| blockThresh | No | Block threshold | |
| lineThresh | No | Line threshold |