Azure Form Recognizer: Azure Form Recognizer is a cloud-based service provided by Microsoft Azure that uses machine learning to extract text, key/value pairs, and tables from documents. It can process and analyze forms such as invoices, receipts, and legal documents. The service can also be trained to recognize custom forms and fields. Form Recognizer is accessible via a REST API, and can be integrated with other Azure services such as Azure Cognitive Search and Azure Logic Apps.
Bot Framework Composer is a visual development environment for building conversational bots using the Microsoft Bot Framework. It provides a visual interface for designing and building bot dialogs, including the ability to add file attachment inputs.
File attachment inputs allow users to upload files, such as images or documents, as part of the conversation with the bot. When a user sends a file, the bot can access the file's content and metadata, such as the file name and type. The bot can then use this information to perform tasks such as image recognition or document processing.
Download code here : https://github.com/rvinothrajendran/B...