Navigation
Mobile DocsNavigation
Mobile DocsExtract text from PDF documents
Extract text and structure from PDF documents using Mistral's OCR API. Either enter a URL to a PDF document or upload a PDF file directly. Configure processing options and get the content in your preferred format. For URLs, they must be publicly accessible and point to a valid PDF file. Note: Google Drive, Dropbox, and other cloud storage links are not supported; use a direct download URL from a web server instead.
Layout: full
Options: PDF Document URL, Upload PDF Document
Placeholder: Enter full URL to a PDF document (https://example.com/document.pdf)
Layout: full
Condition: inputMethod = "url"
Layout: full
Condition: inputMethod = "upload"
Layout: full
Options: Markdown (Formatted), Plain Text, JSON (Raw)
Placeholder: e.g. 0,1,2 (leave empty for all pages)
Layout: full
Placeholder: Enter your Mistral API key
Layout: full
Optional
Optional
Optional
Required
Optional
Optional
Primary response type:
{
"content": "string",
"metadata": "json"
}