An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hi Claudio Pizzillo,
thank you for bringing this to our attention and for validating the behavior using both the API version 2024‑11‑30 (GA) and Document Intelligence Studio across multiple European ID cards.
Based on the current documented capabilities of Azure AI Document Intelligence (prebuilt‑idDocument model), this behavior is expected.
At present, while European national ID cards are supported as document types, the MRZ (Machine Readable Zone) present on newer EU identity card formats is not exposed as a dedicated structured field in the model output when using the prebuilt-idDocument model in v4.0 (2024‑11‑30 GA).
This explains why MRZ data is not returned even though it may be visually present on the document and processed successfully in Document Intelligence Studio.
As an immediate and Microsoft‑recommended approach, if the MRZ is visible on the ID card, you may:
- Process the same document using a general text extraction model such as Read or Layout
- Extract the MRZ content as raw OCR text
- Apply custom parsing logic within your application to interpret MRZ fields
This method allows you to retrieve MRZ information reliably for downstream processing, even though native structured MRZ output is currently not available for EU ID cards in the prebuilt-idDocument model.
Additionally, you may consider training a custom extraction model tailored to your specific EU ID formats if MRZ extraction is a critical business requirement, as Azure Document Intelligence supports custom model training for documents with varying templates and layouts.
Conclusion
To summarize, the MRZ not being extracted from newer European national ID cards when using the prebuilt‑idDocument model is aligned with the current model capabilities rather than a configuration issue.
While native MRZ extraction for these ID formats is not yet supported as structured output, using the Read/Layout OCR model combined with custom MRZ parsing logic can serve as an effective workaround to meet business requirements until future model enhancements expand native support.
Microsoft Reference Links
- Identity document (ID) processing – Document Intelligence [learn.microsoft.com]
- Document Intelligence Model Overview [learn.microsoft.com]
- Microsoft Q&A – No MRZ extracted [No MRZ ext...rosoft Q&A | Learn.Microsoft.com]
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "Accept Answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.