ZelaxyDocs
Tool Integrations
Tool

Mistral Parse

Parse and extract structured data from documents using Mistral

Mistral Parse

Parse documents (PDFs, images, scanned files) using Mistral's document understanding models. Extract structured data, tables, and text from complex documents.

Overview

PropertyValue
Typemistral_parse
CategoryTool — AI & ML
AuthAPI Key

Operations

OperationDescription
Parse DocumentExtract content from a document

Configuration

SettingTypeDescription
API KeyPasswordMistral API key
DocumentFile uploadUpload PDF or image
Document URLShort inputURL of the document
Output FormatDropdownmarkdown, json

Outputs

FieldTypeDescription
contentstringExtracted document content
tablesjsonExtracted tables
metadatajsonDocument metadata

Example: Invoice Processor

Workflow:

[Starter: Upload Invoice] → [Mistral Parse] → [Agent: Extract Fields] → [Airtable: Create Record]

Upload an invoice PDF, Mistral Parse extracts the text and tables, Agent identifies vendor, amounts, and line items, Airtable stores the structured data.

Tips

  • Handles scanned documents — OCR is built in
  • Tables are extracted separately — useful for financial documents
  • Combine with Agent for intelligent field extraction from parsed content