OCR
Extract text and structure from a document or image as markdown using an OCR model.
post/v1/ocr
Request body
Example request
{
"model": "mistral-ocr-latest",
"document": {
"document_url": "https://arxiv.org/pdf/2201.04234"
}
}Response
OCR response.
Changes
No recorded changes to this endpoint across all 1 revision of this API.