Yes, Microsoft offers a solution that can meet your requirements using Azure AI Document Intelligence. This service allows you to automate the extraction of information from documents stored in Azure Blob Storage. You can implement a system where users select documents, and then utilize the capabilities of Document Intelligence to extract relevant data and answer questions based on the selected documents.
Document Intelligence provides features such as Optical Character Recognition (OCR) to extract text, as well as structured data extraction from various document types. You can also build custom models tailored to your specific document types for more accurate information retrieval.
Additionally, integrating this with Azure services can enable you to create a comprehensive solution for querying and analyzing the extracted data, allowing users to interact with the document content effectively.
References: