clsAzureMLGetText Step

Last published at: May 14th, 2024

Description:

Get text from an image using Azure ML.  

Inputs

  • imageFilePath – File path to image on the App Server
  • selRegionName - Select region name
  • varGlobalToStoreValue– Variable or global to hold the result
  • varGlobalPercentage – Variable or global to store the percentage

Returns

  • True – step executed successfully
  • False – step failed to execute

Usage:

Example:

Let’s build and execute the clsazuremlgettextDef example. 

  • Create a new process definition
  • Drag a get "clsAzureMLGetText" step from the toolbox
  • Configure the step using the following properties: 
  • Azure ML settings can be configured in status page -> Configuration -> Azure ML 

  • Save the process definition. Create a new process instance and execute. The step should get the text from an image and store the result in variable.result as configured.