Merge Geometry
🤖 AI Drafted (Not reviewed)
Place a reviewed transcription’s words on the measured word boxes from an OCR pass, so corrected text becomes clickable on the page. Every word records whether its box was measured or interpolated, and a page whose line structure cannot be trusted is refused rather than given a confident wrong overlay.
|
|
| Tool id |
merge_geometry |
| Category |
text |
| Uses a language model |
no |
| Needs a generative model |
no |
| Runs over many items |
yes |
| Item handling |
batch |
| Structured output |
no |
| Human-verified |
not yet |
What it reads
| Port |
Type |
Required |
What it is |
Documents (documents) |
json |
yes |
Documents whose artifacts should be merged. |
What it emits
| Port |
Type |
Required |
What it is |
Records (records) |
array |
— |
One {doc_id, merged, reason} per document. |
Artifacts (artifacts) |
array |
— |
Ids of the geometry artifacts written. |
Count (count) |
number |
— |
— |
Options
| Option |
Type |
Default |
What it does |
properties |
any |
— |
— |
type |
any |
— |
— |
The prompt it sends
This tool does not send a prompt — it does its work in code.