iRobo.Activity.Analyze Remote Image
Get Image remotely from a URL to analyze via Azure.
Properties
Input
- Azure EndPoint - Enter Azure 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)
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 URL - Enter Image URL to analyze.
- Output File Path - Enter File path including file name and extension to save Output Analyzed Image as Text.
In Output FilePath, use any Text Editor as Notepad to save Output Text. |
Misc
- DisplayName - Activity header name.
Output
- Result - return the analyzed Text.
Steps of Using Analyze Remote Image Activity
- Open iRobo Studio, and then open a new Workflow.
- Drag Analyze Remote Image Activity to the Sequence.
- Enter Image URL in Image URL field in Input in Properties Panel; to get Image from specified URL to analyze.
- Enter Output File Path in Output File Path field in Input in Properties Panel; to save analyzed Text
- Create Output String Variable in Result in Output in Properties Panel; to store analyzed Text.
- Drag Message Box Activity to the Sequence, and then add Result Variable to the Message field of the Activity.
- Click the Save button from the iRobo Studio Menu to save Workflow.
- Click the Play button to start the automated process; a message box appears with the analyzed Text.
Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications