Transcribe + Review (Pipeline)
🤖 AI Drafted (Not reviewed)
Use this when: you want the full paleography treatment in one run — the single-pass Transcribe Paleography workflow, then the Paleographer Review workflow over its result. This preset RUNS the two other workflows as sub-workflows (the chain pattern: any preset can compose others the same way). Model: whatever you pick at run time, used by both stages.
| Folder | /Transcribe |
| Steps | 3 |
| Tags | preset, transcribe, paleography, pipeline, sub-workflow, chain |
Steps, in run order
1. Files
Tool: Files — Pass through input files from workflow context
2. Stage 1 — Transcribe Paleography
Tool: Sub-Workflow — Run a child workflow behind declared input/output contracts.
Settings this step uses:
| Option | Value |
|---|---|
input_contract |
[{“data_type”: “files”, “description”: “Selected page image paths to transcribe.”, “id”: “files”, “required”: true}, {“data_type”: “any”, “description”: “Per-page document metadata (index-aligned with files).”, “id”: “documents”, “required”: false}] |
output_contract |
[{“data_type”: “text”, “description”: “The single-pass transcription text.”, “id”: “text”, “required”: true}] |
output_mapping |
{“text”: “$.nodes.transcribe.text”} |
workflow_ref |
Transcribe Paleography |
3. Stage 2 — Paleographer Review
Tool: Sub-Workflow — Run a child workflow behind declared input/output contracts.
Settings this step uses:
| Option | Value |
|---|---|
input_contract |
[{“data_type”: “files”, “description”: “The same page images, for review against the strokes.”, “id”: “files”, “required”: true}, {“data_type”: “any”, “description”: “Per-page document metadata (index-aligned with files).”, “id”: “documents”, “required”: false}, {“data_type”: “text”, “description”: “Stage 1’s transcription \u2014 ordering edge; the review also reads the freshly written page content.”, “id”: “context”, “required”: false}] |
output_contract |
[{“data_type”: “text”, “description”: “The reviewed, final transcription.”, “id”: “text”, “required”: true}] |
output_mapping |
{“text”: “$.nodes.r3.text”} |
workflow_ref |
Paleographer Review |