Skip to main content

Notifications

How to use AI Builder Invoice Processing in Power Apps

plarrue Profile Picture Posted 30 Dec 2024 by plarrue
In this post you will understand how to use the AI Builder prebuilt Invoice Processing model in Power Apps.
You'll also discover how to import the package and test it within your own environment.

Build your canvas app

 
  • Sign in to Power Apps.
  • Select +Create in the left-side navigation pane.
  • Select the Canvas app from blank tile.
  • Name your app, select either Tablet or Phone format, and then select Create.
  • In the left navigation pane, select Data, select Add data, search Invoice processing
  • Select +Insert, select Add picture
  • Select +Insert, select Text label
  • Select Label1, enter a formula like the following example, where UploadedImage1 is the image container:
    'Invoice processing'.Predict(UploadedImage1.Image).Fields.InvoiceId.Value.Text
 
   You may also choose another preferred field.
 
screenshot of all fields available
 
 
  • Select save, and select the play button
 
screenshot of the result of the invoice ID
 
 Import a canvas app package
  • Sign in to Power Apps.
  • Select Apps from the left pane.
  • Select Import app.
  • Select From package (.zip) (select the attachment below)
 
 

Categories:

AI Builder Canvas Apps

Comments