Extract Date
🤖 AI Drafted (Not reviewed)
Extract the historical date a document was written (Gregorian, Julian, French Republican, Old Style, regnal, era names) and store it as a Julian Day Number range for sorting and filtering.
| Tool id | date_extract |
| Category | transform |
| Uses a language model | no |
| Needs a generative model | no |
| Runs over many items | no |
| Item handling | batch |
| Structured output | no |
| Human-verified | not yet |
What it reads
| Port | Type | Required | What it is |
|---|---|---|---|
Documents (documents) |
json |
no | Documents from the source selector |
What it emits
| Port | Type | Required | What it is |
|---|---|---|---|
Dates (dates) |
json |
— | Per-document extraction results |
Summary (text) |
text |
— | Human-readable extraction summary |
Options
This tool has no options.
The prompt it sends
This tool does not send a prompt — it does its work in code.