- 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
Setup
Before you can start using the Amazon Textract activities, you must complete a couple of steps to enable authorization from the AWS Identity and Access Management (IAM) service.
To enable authorization and start building your automation projects, complete the following:
Follow the Create an IAM User steps in the Amazon Textract documentation.
For reference, below is how we created an IAM user for our examples.
- Sign in to the AWS console using your AWS account credentials.
-
Open the Identity and Access Management (IAM) service (you can enter IAM in the Find Services search bar).
-
In the left-hand navigation panel, click Groups.
- Before creating an IAM user, create an IAM group. For more information, see Use Groups to Assign Permissions to IAM Users in the IAM Best Practices documentation.
-
Click Create New Group.
- Enter a Group Name and click Next Step at the bottom of the page.
-
Select the policies that you want to attach to the group and IAM user.
- It's recommended that you follow the Grant Least Privilege guidance in the IAM Best Practices documentation.
-
At a minimum, the Amazon Textract activities require AmazonTextractFullAccess and AmazonS3ReadOnlyAccess.
Note: Establishing a principle of least privilege ensures that authenticated identities are only permitted to perform the most minimal set of functions necessary to fulfill a specific task, while balancing usability and efficiency. Operating on this principle limits the blast radius - or potential impact - of inappropriate use of valid credentials. The principle of least privilege allows you to enforce separation of duties for oversight and governance, and makes auditing the entitlements to your resources much simpler.
- Review your group details and click Create Group at the bottom of the page.
- In the left-hand navigation panel, click Users.
-
Click Add user.
-
Enter a User name and select Access type - Programmatic access.
-
Under Set permissions, click Add user to group and select the group that you created in the steps above.
- Review your user details and click Create user at the bottom of the page.
- After you create the user, a Success window appears with the IAM user Access key ID and Secret access key.
- Take note of these values, you'll need them when you add the Amazon Scope activity to your projects.
- For more information about your access keys, see Managing Access Keys for IAM Users in the AWS documentation.
-
Create a new automation project.
- Open UiPath Studio.
- Under New Project, click Process (this opens a New Blank Process window).
- Enter a project Name,Location, and Description.
-
Click Create.
-
Install the UiPath.Amazon.Textract.Activities package.
- In the Design ribbon, click Manage Packages (this opens the Manage Packages window).
- Under All Packages, click Go!
- In the Search bar, enter Textract.
-
Click, install and accept the license for the UiPath.Amazon.Textract.Activities.
-
For more information about Uipath Studio packages, see Managing Packages in the Studio Guide.
-
You're done!
Now that you have completed the setup, you can start adding the Amazon Textract activities to your project.
For a hands-on learning experience and to quickly start using the activities, see the Quickstart guides. These guides provide step-by-step instructions to help you create working samples of the different activities so that you can verify the connection to your registered app and get familiar with the input/output properties.
To learn more about the Amazon Textact activities (including example property inputs/outputs), see the Activities page for a complete activity list and links to the activity detail pages.