From 4dfd1e3ae865b71735a6e1168b7b7cb749dbb5dc Mon Sep 17 00:00:00 2001 From: Changjian Wang Date: Fri, 11 Jul 2025 16:32:40 +0800 Subject: [PATCH 1/2] Update section "More Samples using Azure Content Understanding" and "Additional Resources". --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 566ad49..c078671 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,17 @@ Azure AI Content Understanding is a new Generative AI-based [Azure AI service](h | [build_person_directory.ipynb](notebooks/build_person_directory.ipynb) | This sample will demo how to enroll people’s faces from images and build a Person Directory. | | ## More Samples using Azure Content Understanding -[Azure Search with Content Understanding](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python) +- [Azure Content Understanding Documentation](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/overview) -[Azure Content Understanding with OpenAI](https://github.com/Azure-Samples/azure-ai-content-understanding-with-azure-openai-python) +- [Azure Content Understanding Samples (Python)](https://github.com/Azure-Samples/azure-ai-content-understanding-python) + +- [Azure Search with Content Understanding (Python)](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python) + +- [Azure Content Understanding with OpenAI (Python)](https://github.com/Azure-Samples/azure-ai-content-understanding-with-azure-openai-python) + +## Additional Resources + +- [Region and Language Support](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/language-region-support) ## Notes From cacbd7469e9e31dd2939659d1550c77bd768fe98 Mon Sep 17 00:00:00 2001 From: Changjian Wang Date: Fri, 11 Jul 2025 21:29:03 +0800 Subject: [PATCH 2/2] Improve README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c078671..1fd88bf 100644 --- a/README.md +++ b/README.md @@ -126,16 +126,16 @@ Azure AI Content Understanding is a new Generative AI-based [Azure AI service](h | [build_person_directory.ipynb](notebooks/build_person_directory.ipynb) | This sample will demo how to enroll people’s faces from images and build a Person Directory. | | ## More Samples using Azure Content Understanding -- [Azure Content Understanding Documentation](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/overview) - + - [Azure Content Understanding Samples (Python)](https://github.com/Azure-Samples/azure-ai-content-understanding-python) - - [Azure Search with Content Understanding (Python)](https://github.com/Azure-Samples/azure-ai-search-with-content-understanding-python) - - [Azure Content Understanding with OpenAI (Python)](https://github.com/Azure-Samples/azure-ai-content-understanding-with-azure-openai-python) - + +--- + ## Additional Resources - + +- [Azure Content Understanding Documentation](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/overview) - [Region and Language Support](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/language-region-support) ## Notes