UiPath Documentation
marketplace
latest
false
UiPath logo, featuring letters U and I in white

Marketplace user guide

Last updated Apr 1, 2026

Activities

The following table lists the activities that are included in the Azure Form Recognizer Activities Package.

ActivityDescription
Analyze FormExtracts key-value pairs and table data from a specified document using a specified training model. After completing the analyze form operation, the activity outputs the results in an AnalyzeOperationResult object and a Page[] object. Both of these outputs can be used as input variables in subsequent activities (e.g., conditional logic).
Analyze Form AsyncAsynchronously extracts key-value pairs and table data from a specified document using a specified training model. After completing the operation, the activity outputs the location of the results in a String.
Get Analyze Form ResultAsynchronously retrieves the results of previously run form analysis operation. After completing the operation, the activity outputs the operation status in a String, and the results in an AnalyzeOperationResult object and a Page[] object. All outputs can be used as input variables in subsequent activities (e.g., conditional logic).
Analyze ReceiptExtracts field text and semantic values from a specified receipt document. After completing the operation, the activity outputs the recognition results in an AnalyzeOperationResult object and the understanding results in Receipt[] object. Both of these outputs can be used as input variables in subsequent activities (e.g., conditional logic).
Analyze Receipt AsyncAsynchronously extracts field text and semantic values from a specified receipt document. After completing the operation, the activity outputs the location of the results in a String.
Get Analyze Receipt ResultAsynchronously retrieves the results of previously run receipt analysis operation. After completing the operation, the activity outputs the operation status in a String, and the results in an AnalyzeOperationResult object and a Receipt[] object. All outputs can be used as input variables in subsequent activities (e.g., conditional logic).
Analyze LayoutExtracts layout information from a specified document. After completing the operation, the activity outputs the recognition results in an AnalyzeOperationResult object and the understanding results in Page[] object. Both of these outputs can be used as input variables in subsequent activities (e.g., conditional logic).
Analyze Layout AsyncAsynchronously extracts layout information from a specified document. After completing the operation, the activity outputs the location of the results in a String.
Get Analyze Layout ResultAsynchronously retrieves the results of previously run layout analysis operation. After completing the operation, the activity outputs the operation status in a String, and the results in an AnalyzeOperationResult object and a Page[] object. All outputs can be used as input variables in subsequent activities (e.g., conditional logic).
Train ModelCreates and trains a new custom model. After completing the train model operation, the activity outputs the identifier assigned to the model as a String that you can use as an input variable in subsequent activities (e.g., Get Model Info).
Get ModelsRetrieves the training models that have been created for the Azure resource specified in the Azure Form Recognizer Scope activity. After completing the get models operation, the activity outputs the details of each retrieved model in a ModelInfo[] object that you can use as an input variable in subsequent activities (e.g., ModelInfo(0).ModelId.ToString in the Get Model Keys activity).
Get Model InfoRetrieves information about a specified model. After completing the get model operation, the activity outputs the model information in a ModelInfo object, the extracted keys in a KeyResult object, and the model train results in a TrainResult object.
Delete ModelDeletes a specified model.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated