marketplace
latest
false
- 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
Marketplace User Guide
Last updated Sep 5, 2024
Activities
The following table lists the activities that are included in the Amazon Textract Activities Package.
Activity |
Description |
---|---|
Establishes an authenticated connection between UiPath and your AWS resources using your IAM credentials. | |
Analyzes a local document or a document stored in an S3 bucket. After analyzing the document, the activity returns the document properties in a
PageDetail object that you can use as input variables in other activities outside of the Amazon Textract Activities Package.
| |
Analyzes a multipage document stored in an S3 bucket. After analyzing the document, the activity returns the document properties in a
PageDetail[] object that you can use as input variables in other activities outside of the Amazon Textract Activities Package.
| |
Asynchronously starts the analysis of a document stored in an S3 bucket. After starting the document analysis, the activity returns the identifier assigned to the document analysis process as a
String (JobId) that you can use as an input variable in the Get Document Analysis Status and Get Document Analysis activities.
| |
Asynchronously retrieves the status of an existing or previously executed document analysis job. After retrieving the document analysis, the activity returns the job status as a
String value that you can use as a condition to run other activities (e.g. Get Document Analysis).
| |
Asynchronously retrieves the results of a document analysis operation. After retrieving the document analysis, the activity returns the document properties in a
PageDetail[] object that you can use as input variables in other activities outside of the Amazon Textract Activities Package.
|