iRobo.Activity.Azure Extract Text

Get contained Text from supplied Element (Image/ Handwriting) and convert it into Text using Azure.

       

                                                                                               

Properties

Input

  • Azure OCR EndPoint -  Enter Azure OCR EndPoint as String within " ", to get Access to Azure service. (Mandatory)
  • Azure Subscription Key -  Enter Azure Subscription key as String within " ", to get Access to Azure service. (Mandatory)

     Note: 

         Steps to get Key and EndPoint from Azure Service: 


          1- Go to Create a resource.

          2- Select the service, for example, OCR, Computer Vision.

          3 - After creating it, it appears in Dashboard, click on it.

          4- Under the Resource Management link, click on Keys and Endpoint: 

          5- Copy Key data and EndPoint.

  • Image File Path -  Enter Image File path including file name and extension as String within " ", to extract Text from. (Mandatory)
  • Output File Path -  Enter File path including file name and extension to save Output Text. (Mandatory)

     Note: 

         In Output FilePath, use any Text Editor as Notepad to save Output Text.


Misc

  • DisplayName -  Activity header name.


Output

  • Extracted Text -  Output Variable that stores Output Text as String.



Steps of Using Azure Extract Text Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Azure Extract Activity to the Sequence.
  3. Enter Azure End Point in Azure OCR EndPoint field in Input in Properties Panel; to login to Azure.
  4. Enter Azure Subscription Key in Azure Subscription Key field in Input in Properties Panel; to login to Azure.
  5. Enter Image File Path in Image File Path field in Input in Properties Panel; to read Text from.
  6. Enter Output File Path in Output File Path field in Input in Properties Panel; to save read Text.
  7. Create String Variable in Extracted Text in Output in Properties Panel; to store extracted Text.
  8. Drag Message Box Activity to the Sequence, and then add  Extracted Text Variable to the Message field of the Activity.
  9. Click the Save button from the iRobo Studio Menu to save Workflow.
  10. Click the Play button to start the automated process; a message box appears with the extracted Text.

Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications