The Markdown output feature using the outputContentFormat=markdown
parameter is supported only in the Layout model version v4.0 and above, starting with API version 2024-02-29. This feature is not available in Layout v3.1, even if you use a newer API version like 2024-11-30
. The v3.1 model does not support the outputContentFormat parameter, and Markdown output cannot be enabled for it. To take advantage of Markdown output—which includes structured formatting for text, tables, sections, selection marks (☒/☐), and figures—you’ll need to switch to the prebuilt-layout
model version 4.0. You can then specify outputContentFormat=markdown
in your request.
If you're currently limited to v3.1, you'd need to manually convert the output to Markdown. For the best results and richer document structure representation, we recommend migrating to v4.0. You can find more information on this in the official Azure Document Intelligence Markdown output documentation.
I hope you understand! Thank you.
If this answers your query, do click the "Accept answer" and "upvote".