Azure Logic Apps

Logic App is a cloud-based service. It allows us to react to an event in one service (such as SharePoint online) and do something with the data from that event in another Service (such as Twitter). It makes it practical and simple for business processes. The users build workflows that automatically perform some business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating our workflows without writing a single line of code.

Before reading this article, please go through some important article links, mentioned below.

Here, we will see how to convert OCR files to Text files automatically.

Create a Logic Flow to convert an OCR File to Text

Here, we need to connect to DropBox, Storage (Blob), Microsoft Cognitive Service (Computer Vision and Text Analytics), and OneDrive.

Prerequisites

Follow the below steps to build a workflow using a template.

Step 1. Create Microsoft Cognitive Service Optical Character Recognition(OCR) to Text.

Log into https://portal.azure.com/

Step 2. Create the Storage Account.

Step 3. Create a Cognitive Service for Text Analysis.

Step 4. Now, let us create the Logic App for converting the OCR File to Text and store it on the OneDrive.

Step 5. Now, click on the Blank Logic App.

Blank Logic App

Step 6. Configure the data by signing into DropBox and Excel Online.

Step 7. Configure the Blob Storage

Step 8. Configure the computer Vision API for detecting the sentiment of the tweet.

Step 9. Configure the Text Analytics for detecting the Language.

Step 10. Configure the Text Analytics for detecting the Key Phrases.

Step 11. Configure the Text Analytics for detecting the sentiment of the tweet.

Step 12

Step 13. Now, we need to save the workflow and run it.

Workflow and run

Output

Save an Image in the DropBox.

DropBox

Image

Image

Now, it extracts the Content, detects language, Keyphrases, and Sentiment values, and saves those in an Excel Sheet (OneDrive).

Excel Sheet

Summary

I hope you understand how to Convert the text presented in the image to digital format and save the output into an Excel file with the detection of Language, sentiment, and key phrases using Microsoft Cognitive Services in Azure Logic App automatically. Stay tuned for more.