- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Activities
The following table lists the activities that are included in the Azure Form Recognizer Activities Package.
Activity |
Description |
---|---|
Extracts 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).
| |
Asynchronously 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 .
| |
Asynchronously 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).
| |
Extracts 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).
| |
Asynchronously 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 .
| |
Asynchronously 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).
| |
Extracts 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).
| |
Asynchronously extracts layout information from a specified document. After completing the operation, the activity outputs
the location of the results in a
String .
| |
Asynchronously 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).
| |
Creates 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).
| |
Retrieves 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).
| |
Retrieves 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.
| |
Deletes a specified model. |