Forum Discussion
james_croft
Microsoft
Apr 09, 2024Using Azure AI Document Intelligence and Azure OpenAI to extract structured data from documents
Addressing the challenges of efficient document processing, explore a novel solution to extract structured data from documents using Azure AI Document Intelligence and Azure OpenAI.
Context
In to...
james_croft
Microsoft
Apr 11, 2024Thanks for reading the article John, I hope that you find the sample for this project useful for your use cases.
To answer your question on JSON, this is exactly on your thought process with the API. By providing the response in JSON, in code, you can easily deserialize this into a data transfer object (DTO) that you can pass onto downstream processes in your workflow. JSON doesn't need to be the end result, but the structure makes it easier to integrate systems with.