Get Started in 15 Minutes
1. Access the Playground at mistral.ai/document-ai
2. Upload your document (PDF, image, form)
3. View OCR results and document structure in real-time
4. Download or export extracted data
// Sample usage snippet for playground upload
fetch('/upload', { method: 'POST', body: file })
.then(res => res.json())
.then(data => console.log(data))