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