An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
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:
- .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!