Hey 邹武,
Thank you for reaching out on the Microsoft Q&A.
It looks like you're trying to update the name on a document to match a provided ID. Here’s a bit of guidance on how you might go about that using Azure Document Intelligence:
Verify Document Intelligence Version: Make sure you’re using the latest version of the Azure Document Intelligence tool. You can check this in your application settings.
Providing the Correct Input: If you’re working with ID documents, ensure that you have the necessary details included in your request to the Document Intelligence Service. This typically includes fields like name, birth date, and expiration date.
Use Document Intelligence Studio: You can analyze ID documents directly in the Document Intelligence Studio. Just upload your document, select the "Identity documents" tab, and run your analysis from there.
Extracted Field Validation: After analysis, validate that the extracted fields match what you expect. If discrepancies persist, refer to the ID document model schema for the fields supported and ensure your documents meet those criteria.
Review Backend Logs: If you’re facing issues, check your backend logs for any errors or missing logs from the analyze operations.
Follow Migration Guide: If you’ve recently updated or migrated to a new SDK, follow the migration guide to ensure all code changes are implemented properly.
Important: If you're unsure why a specific word count is required, that might be a guideline for the context provided in the application settings or documentation.
References:
Hope this helps you get your names updated correctly! Let me know if you need more details or if there’s something specific you’re struggling with.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!