How to create an app to Scan Receipts
Contents
How to create an app to Scan Receipts In this video, you will learn how to create an app in Power Apps to scan receipts using the Azure Cognitive Services Form Recognizer API. Some helpful resources - Form Recognizer API Docs - https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/ Form Recognizer API Reference - https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/AnalyzeReceiptAsync If you like the video, please subscribe to the channel to get a new video every week. You can also follow me on Twitter - https://twitter.com/That_API_guy
Comments:
How to create an app to Scan Receipts – ECELLORS CRM Blog -
[…] How to create an app to Scan Receipts […]
#### [Florian Turba]( "[email protected]") -
Hi, I just found your video and have a question. When trying to save the flow for getting the data in, I receive an error: “Correct to include a valid reference to “Compose” for the input parameters of the HTTP _-_ Analyze_receipt action.” (-> translated from German). Here is the expression I used to get Content-Type: dataUriToBinary(replace(outputs(‘Compose’),’"’,’’))[’$content-type’] And here is the expression for the body: dataUriToBinary(replace(outputs(‘Compose’),’"’,’’)) For the “Ocp-Apim-Subscription-Key” I used the Key 1 from Azure keypoints. Any suggestions how to solve that? Thank you in advance. Best Florian