OCR Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/tag/ocr/ Microsoft Dynamics CRM . Microsoft Power Platform Tue, 31 Mar 2020 03:22:39 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/04/cropped-Microsoftdynamics365-blogs.png?fit=32%2C32 OCR Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/tag/ocr/ 32 32 176351444 Power Automate for OCR http://microsoftdynamics.in/2020/03/31/power-automate-for-ocr/ Tue, 31 Mar 2020 03:22:39 +0000 https://radacad.com/?p=13176 In the last post, I have explained how to use text recognizer fo the aim of detecting the text in a picture using the AI builder in Power Apps. In this post and video, you will how to call it in Power Automate and extract the text from an image that is located in Onedrive Read more about Power Automate for OCR[…]
The post Power Automate for OCR appeared first on RADACAD. ...

The post Power Automate for OCR appeared first on Microsoft Dynamics 365 Blog.

]]>
Facebooktwitterredditpinterestlinkedintumblrmail

In the last post, I have explained how to use text recognizer fo the aim of detecting the text in a picture using the AI builder in Power Apps.

In this post and video, you will how to call it in Power Automate and extract the text from an image that is located in Onedrive and the result will be written back in Azure Blob Storage.

To start open the Power Apps and click on the AI Builder and Build and choose the text recognition.

then use the option the use in flow (Power Automate)

 

 

Next, in the Power Automate, click on the flow and create a new flow with a trigger of the When a file is created.

Next, the Predict module with the Model: TerxtRecognition model and the image from the previous trigger.

Next, use the Create blob for the output in Microsoft Azure.

for the name of the file, I will put the current time plus the file type that is a text file

Next, for the Blob content, use the function concat and from the Dynamic content select the PredictionOutput.

All done!

just put an image file like this on in the folder in one driveĀ and run the flow to see the result in the blob storage!

 

See the video from

 

Facebooktwitterlinkedinrssyoutube

The post Power Automate for OCR appeared first on RADACAD.

Follow Source

The post Power Automate for OCR appeared first on Microsoft Dynamics 365 Blog.

]]>
4375