Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

Building a text recognition system using canvas apps

Form Recognizer is an excellent tool for the data extraction of structured documents using a trained model; such documents can be forms, invoices, quotes, and the like. However, there are some cases where the information needed has no structure.

Text recognition is one of the features available in AI Builder. It processes text from images and PDF documents.

This recipe will create a solution to analyze photos taken from handwritten records and then include this information in a Dataverse table for archiving or further analysis.

Getting ready

This recipe will use some sample images using handwritten text. You can get them from our GitHub repo at https://github.com/PacktPublishing/PowerApps-Cookbook/tree/master/Chapter08 along with the Power Platform solution created in this recipe.

How to do it…

This recipe will use a solution to package the table needed to store the sample images' information, and the...