An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hey BIGWORKS Support,
Thank you for reaching out on the Microsoft Q&A.
It sounds like you're looking for a way to implement a solution using Azure where users can select documents stored in Azure Blob Storage and then ask questions based on those documents.
For this functionality, you can consider using Azure AI Document Intelligence, which allows you to analyze and extract insights from documents. Here's a brief overview of how you can get started:
- Document Storage: Store your documents in Azure Blob Storage.
- Use Document Intelligence: Implement Azure AI Document Intelligence to extract relevant information from the selected documents.
- Question-Answering Setup: You can leverage Azure's capabilities like Azure Cognitive Search or custom-built solutions to enable users to ask questions and get answers based on the content extracted from the documents.
- Integration: Ensure that you create a workflow where documents can be uploaded, analyzed, and the extracted data can be queried efficiently.
For further integration with natural language processing or enhanced capabilities, consider exploring deployment options with Azure's other AI services.
References:
- Azure AI Document Intelligence Overview
- Automate data processing using Azure AI Document Intelligence
- How Azure AI Document Intelligence works
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!