Get text from form document

Last published at: May 14th, 2024

Description:

Get text from form document using Azure ML.

Inputs

  • varGlobalToStoreValue– Variable or global to hold the result
  • formPath– file path to the form

Returns

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

Usage:

Example:

Let’s build and execute the clsazuremlformrecognizerDef  example. 

  • Create a new workflow definition
  • Drag a get clsazuremlformrecognizer 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 the form document using Azure ML.