An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello @Thomas Markut
Thank you for reporting this behavior.
Based on your example, where hyphenated French first names such as "Jean-Philippe" or "Marie-Christine" are returned as only "Jean" or "Marie" in the FirstName field, I could not find documentation that identifies this as a known limitation or configurable pattern for the prebuilt identity document model.
A few recommendations that may help narrow down the behavior:
- Test with multiple identity documents containing hyphenated names to determine whether the truncation is consistent across different document layouts and scan qualities.
- Review the Document Intelligence known issues documentation to see whether any related OCR or field extraction limitations apply to your scenario.
- Verify whether the behavior occurs only with specific hyphen formats (for example, standard hyphen, spaced hyphen, or other punctuation characters).
- If this behavior consistently affects your business scenario, consider evaluating a custom extraction model, which may provide better accuracy for document formats and naming conventions specific to your workload.
For reference:
- Document Intelligence known issues
- https://learn.microsoft.com/azure/ai-services/document-intelligence/overview?view=doc-intel-4.0.0
Could you also share:
- The model being used (for example,
prebuilt-idDocument) - Whether the names are printed or handwritten
- A redacted sample of the extracted JSON response showing the
FirstNamefield
I Hope this helps. Do let me know if you have any further queries.
Thankyou!