Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.36k stars 4.78k forks source link

[FEATURE REQ] Add Method to Retrieve Analyzed Documents in DocumentIntelligence SDK #43179

Open artemtaranych opened 6 months ago

artemtaranych commented 6 months ago

Library name

Azure.AI.DocumentIntelligence

Please describe the feature.

Currently, the DocumentIntelligence SDK in the Azure SDK for .NET does not include a separate method to retrieve analyzed documents. However, the underlying API does support this functionality through the GET Analyze Result.

This limitation poses an issue for developers who may lose the operation result of AnalyzeDocumentAsync() and need to retrieve it later. Without a dedicated method in the SDK, developers are required to implement their own HTTP requests to utilize this functionality.

I propose that the DocumentIntelligence SDK be enhanced to include a method specifically for retrieving analyzed documents. This would streamline the process for developers and improve the usability of the SDK, aligning it more closely with the capabilities of the underlying API.

jsquire commented 6 months ago

Thank you for your feedback. Tagging and routing to the team member best able to assist.