What file types does Azure Document Intelligence support?

Rajendra Bairy 20 Reputation points
2025-11-19T06:26:05.6166667+00:00

Hi,

I'm using Azure Document Intelligence (prebuilt-read model) to extract text from documents.

My questions:

  1. What file types does Document Intelligence support? (PDF, Word, Excel,Images etc.?)
  2. If .txt files are not supported, what similar file format can I use instead?

I need to process plain text documents and want to make sure I'm using a compatible format.

Thanks!

Azure Document Intelligence in Foundry Tools
0 comments No comments

Answer accepted by question author
SRILAKSHMI C 19,735 Reputation points Microsoft External Staff Moderator
2025-11-19T10:08:38.21+00:00

Hello Rajendra Bairy,

I understand that you’re trying to figure out what file types are supported by Azure Document Intelligence when using the prebuilt-read model. Here's a clear breakdown:

Supported File Types in Azure Document Intelligence

Azure Document Intelligence supports a wide range of formats for text extraction, including:

Documents

  • .pdf
  • .docx (Word documents)
  • .pptx (PowerPoint)
  • .txt
  • .md (Markdown)
  • .html

Images

  • .jpeg / .jpg
  • .png
  • .bmp
  • .tif / .tiff

These formats work seamlessly with the prebuilt-read model.

About .txt Files

Since you’re specifically asking about .txt files yes, they are fully supported by Azure Document Intelligence.

If you're looking for a similar plain-text format with optional structure, you can also consider:

  • .md (Markdown) lightweight plain text with optional formatting.
  • .html simple markup that can help preserve structure if needed.

Both formats are supported and work well for text extraction.

Regardless of the format, it’s best to keep your document structure clean. If your documents contain special formatting like tables, bullet points, or multi-column layouts preparing or simplifying the structure beforehand can improve extraction accuracy and consistency.

Please refer this

I Hope this helps. Do let me know if you have any further queries.


If this answers your query, please do click Accept Answer and Yes for was this answer helpful.

Thank you!

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AI answer

    2025-11-19T06:27:21.9466667+00:00

    Azure Document Intelligence supports the following file types:

    • PDF
    • Images: JPEG/JPG, PNG, BMP, TIFF, HEIF
    • Office files: Word (DOCX), Excel (XLSX), PowerPoint (PPTX), HTML

    Since .txt files are not supported, you can use PDF or Word (DOCX) formats as alternatives for processing plain text documents. These formats are compatible with the Document Intelligence service and can effectively handle text extraction tasks.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.