marketplace
latest
false
Marketplace user guide
- 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
- Publishing Guidelines for Process Mining app templates
- Solution accelerators benefits
- Security & IP Protection
- Installation guides
- 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
Amazon Textract activities for extracting text and data from scanned documents using UiPath Studio.
The following table lists the activities that are included in the Amazon Textract Activities Package.
| Activity | Description |
|---|---|
| Amazon Scope | Establishes an authenticated connection between UiPath and your AWS resources using your IAM credentials. |
| Analyze Single Page Document | 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. |
| Analyze Multipage Document | 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. |
| Start Document Analysis | 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. |
| Get Document Analysis Status | 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). |
| 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. |