Click here to Skip to main content
15,880,364 members
Articles / Artificial Intelligence

Use Fusion Development to Level Up AI Apps Part 2: Integrating with Form Recognizer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
6 May 2022CPOL8 min read 4.9K   16   1  
In this article, we create an Event Hub that Dataverse can send an event to when a new image is uploaded.
Here we create an Azure Function in C# that is triggered by the event hub we created. This function reads the scanned form image that was saved to Dataverse and uses Azure Form Recognizer to extract information from it.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'Fusion Development for AI Apps View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO JUUN Software
Netherlands Netherlands
Sander Rossel is a Microsoft certified professional developer with experience and expertise in .NET and .NET Core (C#, ASP.NET, and Entity Framework), SQL Server, Azure, Azure DevOps, JavaScript, MongoDB, and other technologies.

He is the owner of JUUN Software, a company specializing in custom software. JUUN Software uses modern, but proven technologies, such as .NET Core, Azure and Azure DevOps.

You can't miss his books on Amazon and his free e-books on Syncfusion!

He wrote a JavaScript LINQ library, arrgh.js (works in IE8+, Edge, Firefox, Chrome, and probably everything else).

Check out his prize-winning articles on CodeProject as well!

Comments and Discussions