Issue with Azure Mistral OCR Deployment – Always Returning null
I’ve successfully deployed the Mistral OCR model via Azure AI Studio:
Deployment Name: mistral-ocr-2503-admjg
Model: mistral-ocr-2503
Endpoint: https://mistral-ocr-2503-admjg.eastus2.models.ai.azure.com/v1/ocr
Status: Succeeded
I’m sending valid PDF documents encoded in Base64 to the /v1/ocr endpoint using the image_url field, as shown in the documentation. The request is accepted with a 200 OK response, but the response body is always null, even for clean PDFs containing machine-readable text.
I’ve tested the same documents with the public Mistral API and received valid OCR results, so I suspect the issue is with the Azure-hosted deployment.
Could you please verify whether the OCR model is fully operational in my deployment? Or advise if additional configuration is needed to enable document processing?
Thanks in advance for your help.