Mistral OCR - table output sometimes HTML, sometimes Markdown, why?

Kunal Bayola 0 Reputation points
2026-07-30T06:52:44.4533333+00:00

I have a quick question regarding our Mistral OCR deployment on Azure AI Foundry.

For the same document and the same request payload (same model, document.type: "image_url", include_image_base64: true), I'm seeing different table output formats across pages.

  • On one page, the table is returned as HTML (<table><tr><th>...)
  • On another page, a similar table is returned as Markdown (| column1 | column2 | ... |)

Could you please help me understand:

  • What determines whether the table is returned as HTML or Markdown?
  • Is there any request parameter or configuration to force the output to always be in Markdown (or HTML)?
Foundry Models
Foundry Models

A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference

0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.