Short answer: Drop the "Mistral AI → Mistral OCR (Document → Markdown)" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Model. Options: Mistral OCR (latest) |
Document URL document_url | string | Required | Public URL to a PDF or image |
Include Image Base64 include_image_base64 | options | Optional | Include Image Base64. Options: No, Yes (returns extracted images) |
{"model": "{{trigger.model}}","document_url": "https://example.com/report.pdf","include_image_base64": "{{trigger.include_image_base64}}"}
{"model": "mistral-ocr-latest","pages": [{"index": 0,"images": [],"markdown": "# Report\n\nSection 1...","dimensions": {"width": 1224,"height": 1584}}],"usage_info": {"doc_size_bytes": 50000,"pages_processed": 1}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.