Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.47 KB

Challenge-02.md

File metadata and controls

41 lines (27 loc) · 2.47 KB

Challenge 02 - Build an AI Model to Extract Order Data

< Previous Challenge - Home - Next Challenge >

Pre-requisites

  • Test your login to access Power Automate at: https://make.powerautomate.com and select your country
  • You may be prompted to start a free trial of AI Builder

Introduction

AI Builder is a Microsoft Power Platform capability you can use to bring the power of Microsoft AI to your organization, without the need for coding or data science skills. This challenge involves building an end-to-end process to extract key Order Data from an Order in PDF/Image/Word format to help automate the processing of Orders.

Description

In this challenge, you will set up a Model to extract data from a sample Order form so we can use it in the Power Automate Flow.

You can find the sample Order Form in the /TailspinToysOrders/ folder of the student Resources.zip file provided by your coach

Review the sample Order Document and decide whether we can use any prebuilt model that AI Builder offers, or we need to build a custom model to read the information on the form.

The Model is required to:

  • Extract General Order Information (Order Number, Order Date and Order Total)
  • Extract Customer Information (Full name, Address, and Phone)
  • Extract Order Detail Information (Product Code, Product Description, Quantity and Unit Price)

Success Criteria

To complete this challenge successfully, you should be able to:

  • Verify that the Model extracts information from the Order form properly

Learning Resources