Create your first automation in just a few minutes.Try Studio Web →
by UiPath
1
Activity
5.5k
Summary
Summary
Amazon Textract makes it easy to add document text detection and analysis to your RPA applications. Extract structured data from forms and tables in a variety of documents.
Overview
Overview
Amazon Textract offers a streamlined solution for seamlessly integrating document text detection and analysis into your Robotic Process Automation (RPA) applications. It empowers you to extract structured data from diverse document types, such as invoices, medical records, and tax forms.
To facilitate the seamless interaction between UiPath and Amazon Textract, our Amazon Textract activities establish an authenticated connection with your AWS resources through the Amazon Scope activity.
Once this connection is established, you gain the ability to incorporate various Amazon Textract activities into both new automation projects and existing ones. To create a secure authenticated connection, our Amazon Textract activities require authorization from the AWS Identity and Access Management (IAM) service.
To enable AWS IAM authorization, you can create or use an existing IAM user and generate access keys (Access Key Id and Secret Access Key). When creating your IAM user, you assign the policies and permissions that specify the resources your Robot can access (e.g., AmazonTextractFullAccess).
After creating your IAM user and assigning your policies, you enter the Access Key Id and Secret Access Key in the Amazon Scope activity. When you run your automation project, the keys are used to sign the API requests being made by each of the activities.
Before you build your first project, complete the steps in the Setup guide.
After you complete the setup steps, see the Quickstart guides. These guides serve the purpose of assisting you in the creation of functional samples across a spectrum of activities, facilitating both the validation of your connection with the registered app and your familiarity with input/output properties.
The Amazon Textract Activities Package encompasses the following activities:
This activity serves as the cornerstone for establishing an authenticated connection between UiPath and your AWS resources, utilizing your IAM credentials.
Designed to analyze a local document or a document stored within an S3 bucket, this activity provides detailed document properties in a PageDetail[] object. These properties can be used as input variables across other activities, extending beyond the Amazon Textract Activities Package.
Tailored to analyze multipage documents stored in an S3 bucket, this activity likewise returns document properties in a PageDetail[] object after analysis. These properties can be harnessed as input variables in a range of activities outside 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.
Features
Features
The Amazon Textract Activities Package can be employed in a variety of use cases where document text detection and analysis are integral to enhancing automation, data extraction, and processing tasks:
Additional Information
Additional Information
Dependencies
Newtonsoft.Json >= 10.0.3 Polly = 5.9.0 Microsoft.ApplicationInsights >= 2.3.0
Technical
Version
4.0.1Updated
December 19, 2023Works with
Studio: 21.10 - 22.10
Certification
Gold Certified
Support
Email: support@uipath.com
Link: https://www.uipath.com/company/contact-us/contact-technical-supportUiPath Standard Support, see your Service Agreement.
Resources