io.github.lazyants/transkribus
NPM · @LAZYANTS/TRANSKRIBUS-MCP-SERVER · SCANNED AUG 4
MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (107 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency84
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to lazyants/transkribus-mcp-server). View diagnostics → Pass
- License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 17 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 21216 tokens (~70/item across 301 items; 300 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @lazyants/transkribus-mcp-server
claude mcp add lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server
codex mcp add lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lazyants-transkribus": {
"type": "local",
"command": [
"npx",
"-y",
"@lazyants/transkribus-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add lazyants-transkribus --command npx --arg -y --arg @lazyants/transkribus-mcp-server
mcp_servers:
lazyants-transkribus:
command: "npx"
args: ["-y", "@lazyants/transkribus-mcp-server"] {
"mcpServers": {
"lazyants-transkribus": {
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 +3
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +48
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: lazyants/transkribus-mcp-server security
- License: unverified → fail ▼ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: FSL-1.1-MIT functional
- 31 Jul 26 −27
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/@lazyants/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- lazyants/transkribus-mcp-server
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/lazyants/transkribus-mcp-server/.github/workflows/publish-registry.yml@refs/tags/v3.0.0
- Rekor log index:
- 2191746807
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:ea33452587f529623b38471e64829d121b58549662fb29d87645adcb49a15eb7826e44ae6a24a59ddaf9325eaaefeb74c4ecaa33d5fccef24c5601e4e
- Discovery method:
- attestation_endpoint
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
Dependencies 107 packages
107 packages in the resolved dependency tree · 107 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
transkribus_page_delete_transcript Delete Page Transcript ~61
Delete a specific transcript version from a page.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| key | string | yes | Transcript key to delete |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_get Get Page ~49
Get details of a specific page in a document.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_get_curr_transcript Get Current Transcript ~50
Get the current transcript for a page.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_get_metadata Get Page Metadata ~47
Get metadata for a specific page.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_get_plaintext Get Page Plaintext ~51
Get the plain text content of a page transcript.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_get_text Get Page Text (Transcript) ~49
Get the transcript text for a specific page.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_get_transcript Get Page Transcript ~60
Get a specific transcript version for a page.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
| transcriptId | integer | yes | Transcript ID |
No output schema declared.
No examples provided.
transkribus_page_is_locked Check Page Lock ~48
Check if a page is currently locked.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_list_locks List Page Locks ~48
List all locks on a page.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_list_transcripts List Page Transcripts ~95
List all transcript versions for a page.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| index | integer | — | Start index |
| nValues | integer | — | Number of values |
| page | integer | yes | Page number |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction (asc/desc) |
No output schema declared.
No examples provided.
transkribus_page_lock Lock/Unlock Page ~67
Lock or unlock a page for editing.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
| type | boolean | — | Whether to lock (true) or unlock (false) the page |
No output schema declared.
No examples provided.
transkribus_page_move Move Page ~106
Move a page to a different position within the document or to another document.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| moveTo | integer | yes | Target position to move the page to |
| moveToDocId | integer | — | Target document ID to move the page to |
| nrIsPageId | boolean | — | Treat page nr as page ID (default false) |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_post_transcript Post Page Transcript ~118
Post a new transcript for a page.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | — | Transcript data |
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| note | string | — | Note for the transcript |
| nrIsPageId | boolean | — | Treat page nr as page ID |
| page | integer | yes | Page number |
| parent | integer | — | Parent transcript ID |
| status | string | — | Transcript status |
| toolName | string | — | Tool name that created the transcript |
No output schema declared.
No examples provided.
transkribus_page_replace Replace Page ~47
Replace a page image in a document.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_update_hide_on_sites Update Page Visibility ~96
Set whether a page is hidden on public sites.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| hide | boolean | yes | Whether to hide the page on sites |
| hideOnSites | boolean | — | Whether to hide on sites |
| id | integer | yes | Document ID |
| nrIsPageId | boolean | — | Treat page nr as page ID |
| page | integer | yes | Page number |
No output schema declared.
No examples provided.
transkribus_page_update_status_v2 Update Page Status v2 ~106
Update page status using transcript ID (alternative endpoint).
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | — | Status update data |
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| note | string | — | Status note |
| nrIsPageId | boolean | — | Treat page nr as page ID |
| page | integer | yes | Page number |
| status | string | — | New status |
| transcriptId | integer | yes | Transcript ID |
No output schema declared.
No examples provided.
transkribus_page_update_transcript_status Update Transcript Status ~96
Update the status of a specific transcript version.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Document ID |
| note | string | — | Status note |
| nrIsPageId | boolean | — | Treat page nr as page ID |
| page | integer | yes | Page number |
| status | string | yes | New transcript status |
| transcriptId | integer | yes | Transcript ID |
No output schema declared.
No examples provided.
transkribus_pylaia_recognize Run PyLaia Recognition ~343
Run PyLaia HTR recognition on a document using a specific model.
| Name | Type | Req | Description |
|---|---|---|---|
| allowConcurrentExecution | boolean | — | Allow concurrent execution (default false) |
| b2pBackend | string | — | Baseline to polygon backend (default "Legacy") |
| batchSize | integer | — | Batch size (default 10) |
| clearLines | boolean | — | Clear existing lines before recognition |
| collId | integer | yes | Collection ID |
| credits | string | — | Credits parameter |
| doLinePolygonSimplification | boolean | — | Simplify line polygons (default true) |
| doNotDeleteWorkDir | boolean | — | Do not delete working directory |
| doStructures | string | — | Structure analysis mode |
| doWordSeg | boolean | — | Perform word segmentation |
| docId | integer | yes | Document ID |
| keepOriginalLinePolygons | boolean | — | Keep original line polygons (default false) |
| languageModel | string | — | Language model to use |
| modelId | integer | yes | Model/HTR ID |
| nBest | integer | — | Number of best results (default 1) |
| pages | string | — | Page range (e.g. "1-5") |
| printedLanguageModel | string | — | Language model for printed text |
| printedModelId | integer | — | Printed text model ID |
| useExistingLinePolygons | boolean | — | Use existing line polygons (default false) |
| writeKwsIndex | boolean | — | Write KWS index (default false) |
| writeLineConfScore | boolean | — | Write line confidence scores |
| writeWordConfScores | boolean | — | Write word confidence scores |
No output schema declared.
No examples provided.
transkribus_pylaia_train Train PyLaia Model ~689
Start PyLaia HTR model training for a collection. By default, sends training parameters matching the Transkribus UI defaults (textFeatsCfg with TextFeats preprocessing, use_masked_conv=True, max_epochs=100). Without these defaults, the server uses different preprocessing (trpPreprocPars) which produces significantly worse models. Set noTrainingDefaults=true to send no training parameters (server defaults).
| Name | Type | Req | Description |
|---|---|---|---|
| baseModelId | integer | — | Base model ID for transfer learning |
| batch_size | integer | — | Batch size (default: 24). Shortcut for trainCtcPars --batch_size. |
| collId | integer | yes | Collection ID |
| createModelPars | object | — | Model architecture parameters as key-value pairs (e.g. {"--rnn_units": "512"}). Merged with UI defaults (use_masked_conv=True, cnn_poolsize="2 2 0 2", etc.). Only specify parameters you want to overr… |
| customAbbrevsTraining | boolean | — | Enable custom abbreviations training |
| customTagTraining | boolean | — | Enable custom tag training |
| description | string | — | Description of the model |
| imgType | string | — | Image type |
| language | string | — | Language code (e.g. "rus", "deu", "eng") |
| learning_rate | number | — | Learning rate (default: 3.0E-4). Shortcut for trainCtcPars --learning_rate. |
| max_epochs | integer | — | Maximum training epochs (default: 100). Shortcut for trainCtcPars --max_epochs. |
| max_nondecreasing_epochs | integer | — | Early stopping patience (default: 20). Shortcut for trainCtcPars --max_nondecreasing_epochs. |
| modelName | string | — | Name for the new model |
| noTrainingDefaults | boolean | — | If true, do NOT apply UI-default training parameters. The server will use its own defaults (which differ from the UI and may produce worse models). |
| omitLinesByTag | array | — | Tags of lines to omit from training |
| provider | string | — | Training provider (default: "PyLaia") |
| reverseText | boolean | — | Whether to reverse text direction |
| testList | array | — | Test page list |
| testListFile | string | — | Absolute path to JSON file containing test page list array of {docId, pageId} objects. Example: /tmp/transkribus-training/test_list.json |
| textFeatsCfg | object | — | TextFeats preprocessing config override. Merged with UI defaults (normheight=64, deslope/deslant=true, enh=true). Only specify fields you want to change. |
| trainCtcPars | object | — | CTC training parameters as key-value pairs (e.g. {"--max_epochs": "200"}). Merged with UI defaults (max_epochs=100, learning_rate=3.0E-4, batch_size=24, etc.). Only specify parameters you want to ove… |
| trainList | array | — | Training page list |
| trainListFile | string | — | Absolute path to JSON file containing training page list array of {docId, pageId} objects. Example: /tmp/transkribus-training/train_list.json |
| trainProperties | boolean | — | Enable training properties |
No output schema declared.
No examples provided.
transkribus_recog_add_to_collection Add Model to Collection ~58
Add a recognition model to another collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
| targetCollId | integer | yes | Target collection ID to add the model to |
No output schema declared.
No examples provided.
transkribus_recog_compute_error_rate Compute Error Rate ~60
Compute the error rate for a model in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | — | Additional error rate computation parameters |
| collId | integer | yes | Collection ID |
| modelId | integer | yes | Model/HTR ID |
No output schema declared.
No examples provided.
transkribus_recog_compute_sample Compute Sample ~44
Compute a recognition sample for a document in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| docId | integer | yes | Document ID |
No output schema declared.
No examples provided.
transkribus_recog_compute_wer Compute WER ~90
Compute the Word Error Rate for a document.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| docId | integer | yes | Document ID |
| hyp | string | — | Hypothesis transcript identifier |
| key | string | — | Transcript key |
| pages | string | — | Page range (e.g. "1-5") |
| ref | string | — | Reference transcript identifier |
No output schema declared.
No examples provided.
transkribus_recog_compute_wer_tasas Compute WER (TASAS) ~96
Compute the Word Error Rate using TASAS method for a document.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| docId | integer | yes | Document ID |
| hyp | string | — | Hypothesis transcript identifier |
| key | string | — | Transcript key |
| pages | string | — | Page range (e.g. "1-5") |
| ref | string | — | Reference transcript identifier |
No output schema declared.
No examples provided.
transkribus_recog_delete Delete Recognition Model ~39
Delete a recognition model from a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
No output schema declared.
No examples provided.
transkribus_recog_get Get Recognition Model ~41
Get details of a recognition model in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
No output schema declared.
No examples provided.
transkribus_recog_get_add_info Get Add Info ~43
Get information about adding a recognition model to collections.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
No output schema declared.
No examples provided.
transkribus_recog_get_atr Get ATR Info ~26
Retrieve information about available ATR (Automatic Text Recognition) models.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_recog_get_costs Get Model Costs ~77
Get the cost information for a recognition model.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| credits | string | — | Credits parameter |
| id | integer | yes | Resource ID |
| nrOfPages | integer | — | Number of pages |
| writeKwsIndex | boolean | — | Write KWS index |
No output schema declared.
No examples provided.
transkribus_recog_get_error_rate Get Error Rate ~65
Get the error rate for a collection or model.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | — | Collection ID |
| key | string | — | Key identifier |
| modelId | integer | — | Model/HTR ID |
| ref | string | — | Reference identifier |
No output schema declared.
No examples provided.
transkribus_recog_get_ocr_costs Get OCR Costs ~98
Get the estimated OCR costs for a document.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| doBlockSegOnly | boolean | — | Only do block segmentation |
| docId | integer | yes | Document ID |
| id | integer | — | Model ID |
| nrOfPages | integer | — | Number of pages |
| pages | string | — | Page range |
| type | string | — | OCR type |
No output schema declared.
No examples provided.
transkribus_recog_get_test_set Get Test Set ~56
Get the test set data for a recognition model.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
| nrOfTranscripts | integer | — | Number of transcripts |
No output schema declared.
No examples provided.
transkribus_recog_get_train_data Get Training Data ~62
Get the training data for a recognition model.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
| index | integer | — | Start index |
| nValues | integer | — | Number of values |
No output schema declared.
No examples provided.
transkribus_recog_get_train_set Get Training Set ~55
Get the training set for a recognition model.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
| nrOfTranscripts | integer | — | Number of transcripts |
No output schema declared.
No examples provided.
transkribus_recog_get_validation_gt_by_htr Get Validation GT by HTR ID ~66
Get validation ground truth data for a recognition model.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
| index | integer | — | Start index |
| nValues | integer | — | Number of values |
No output schema declared.
No examples provided.
transkribus_recog_list_by_collection List Models by Collection ~96
List recognition models available in a specific collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| index | integer | — | Start index (0-based) |
| nValues | integer | — | Number of results (-1 for all) |
| prov | string | — | Filter by provider |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
No output schema declared.
No examples provided.
transkribus_recog_list_collections List Model Collections ~43
List collections that have access to a recognition model.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
No output schema declared.
No examples provided.
transkribus_recog_list_dicts List Dictionaries ~20
List available dictionaries for recognition.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_recog_list_models List Recognition Models ~130
List available recognition models with optional filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | — | Filter by collection ID |
| filter | string | — | Filter string |
| index | integer | — | Start index (0-based) |
| nValues | integer | — | Number of results (-1 for all) |
| prov | string | — | Filter by provider (alternative) |
| provider | string | — | Filter by model provider |
| releaseLevel | integer | — | Filter by release level |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
No output schema declared.
No examples provided.
transkribus_recog_remove_from_collection Remove Model from Collection ~41
Remove a recognition model from a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Resource ID |
No output schema declared.
No examples provided.
transkribus_recog_run_atr Run ATR ~68
Run Automatic Text Recognition on a document or specific pages.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| docId | integer | yes | Document ID |
| modelId | integer | — | Model/HTR ID |
| pageNr | integer | — | Page number |
No output schema declared.
No examples provided.
transkribus_recog_run_htr_citlab Run HTR (CITlab) ~189
Run CITlab HTR recognition on a document using a specific model.
| Name | Type | Req | Description |
|---|---|---|---|
| allowConcurrentExecution | boolean | — | Allow concurrent execution (default false) |
| collId | integer | yes | Collection ID |
| credits | string | — | Credits parameter |
| dict | string | — | Dictionary to use |
| doLinePolygonSimplification | boolean | — | Simplify line polygons (default true) |
| doStoreConfMats | boolean | — | Store confidence matrices (default true) |
| doStructures | boolean | — | Run structure analysis |
| docId | integer | yes | Document ID |
| keepOriginalLinePolygons | boolean | — | Keep original line polygons (default false) |
| modelId | integer | yes | Model/HTR ID |
| pages | string | — | Page range (e.g. "1-5") |
| tempDict | string | — | Temporary dictionary |
No output schema declared.
No examples provided.
transkribus_recog_run_ocr Run OCR ~126
Run OCR on a document or specific pages in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| doBlockSegOnly | boolean | — | Only do block segmentation (default false) |
| docId | integer | yes | Document ID |
| id | integer | — | Model ID |
| language | string | — | Language for OCR |
| ocrType | string | — | OCR type (default "Legacy") |
| pages | string | — | Page range (e.g. "1-5") |
| typeFace | string | — | Type face for OCR |
No output schema declared.
No examples provided.
transkribus_recog_run_trhtr Run TRHTR ~169
Run TRHTR recognition using a specific model in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| allowConcurrentExecution | boolean | — | Allow concurrent execution |
| b2pBackend | string | — | B2P backend type |
| collId | integer | yes | Collection ID |
| credits | string | — | Credits parameter |
| doLinePolygonSimplification | boolean | — | Simplify line polygons |
| doNotDeleteWorkDir | boolean | — | Do not delete work directory |
| id | integer | — | Document ID |
| modelId | integer | yes | Model/HTR ID |
| modelName | string | — | Model name |
| pages | string | — | Page range (e.g. "1-5") |
| useExistingLinePolygons | boolean | — | Use existing line polygons |
No output schema declared.
No examples provided.
transkribus_recog_text2image Run Text2Image ~86
Run Text2Image alignment using a specific model in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | Text2Image parameters |
| collId | integer | yes | Collection ID |
| credits | string | — | Credits parameter |
| doNotDeleteWorkDir | boolean | — | Do not delete work directory |
| modelId | integer | yes | Model/HTR ID |
No output schema declared.
No examples provided.
transkribus_recog_text2image_citlab Text2Image (CITlab) ~50
Run CITlab Text2Image alignment for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | Text2Image configuration parameters |
| collId | integer | yes | Collection ID |
No output schema declared.
No examples provided.
transkribus_recog_text2image_matching Run Text2Image Matching ~216
Run Text2Image matching using a specific model in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| addNotMatchedTextInLastLine | boolean | — | Add unmatched text in last line |
| allowDoubleMatching | boolean | — | Allow double matching |
| blockThresh | number | — | Block threshold |
| collId | integer | yes | Collection ID |
| credits | string | — | Credits parameter |
| doNotDeleteWorkDir | boolean | — | Do not delete work directory |
| docId | integer | yes | Document ID |
| keepUnmatchedLines | boolean | — | Keep unmatched lines |
| lineThresh | number | — | Line threshold |
| modelId | integer | yes | Model/HTR ID |
| pages | string | — | Page range (e.g. "1-5") |
| preserveLineOrder | boolean | — | Preserve line order |
| reductionMethod | integer | — | Reduction method |
| useCurrentTranskript | boolean | — | Use current transcript |
| useSourceLineFeeds | boolean | — | Use source line feeds |
No output schema declared.
No examples provided.
transkribus_recog_train_htr_citlab Train HTR (CITlab) ~48
Start CITlab HTR model training for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| config | object | yes | Training configuration parameters |
No output schema declared.
No examples provided.
transkribus_recog_train_la_citlab Train Layout Analysis (CITlab) ~47
Start CITlab Layout Analysis model training for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| config | object | yes | Training configuration parameters |
No output schema declared.
No examples provided.
transkribus_recog_train_la2 Train Layout Analysis 2 ~45
Start Layout Analysis 2 model training for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| config | object | yes | Training configuration parameters |
No output schema declared.
No examples provided.