- Notas de versão
- Visão geral
- Introdução
- Fornecedores do Marketplace
- Clientes do Marketplace
- Diretrizes de publicação
- Diretrizes de publicação para automações prontas para execução
- Diretrizes de publicação para aceleradores de soluções
- Diretrizes de publicação para conectores do Integration Service
- Diretrizes de publicação para modelos de aplicativos do Process Mining
- Segurança e Proteção de IP
- Outras listagens da UiPath
- Node-RED
- Configuração
- Teams
- Escopo do Microsoft Teams
- Criar equipe
- Criar equipe do grupo
- Get Team
- Obter equipes
- Canais
- Criar canal
- Excluir canal
- Obter canal
- Obter canais
- Canal de Atualização
- Chats
- Obter chat
- Obter chats
- Get Chat Members
- Mensagens
- Get message
- Get Messages
- Obter respostas da mensagem
- Responder à mensagem
- Enviar mensagem
- Events
- Create Event
- Delete Event
- Get Event
- Obter eventos
- Usuários
- Get User Presença
- Como funciona
- Referências técnicas
- Introdução
- Configuração
- Referências técnicas
- Inícios rápidos
- Escopo da Amazon
- Atividades
- Analisar documento de página única
- Analisar documento de várias páginas
- Iniciar análise do documento
- Obter status da análise do documento
- Obter análise do documento
- O objeto Detalhes da página
- Como funciona
- Referências técnicas
- Introdução
- Sobre
- Configuração
- Referências técnicas
- Escopo do Reconhecedor de formulário do Azure
- Atividades
- Analisar formulário
- Analisar formulário assíncrono
- Obter resultado do formulário de análise
- Analisar recibo
- Analisar recibo assíncrono
- Obter resultado de recebimento da análise
- Analisar layout
- Analisar layout assíncrono
- Obter resultado da análise de layout
- Treinar modelo
- Obter modelos
- Obter chaves do modelo
- Obter informações do modelo
- Excluir modelo
- Conectores
- Como criar atividades
- Crie sua integração

Guia do usuário do Marketplace
Configuração
Introdução
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.
Para ativar a autorização e começar a criar seus projetos de automação, conclua o seguinte:
1. Criar usuário de IAM
Follow the Create an IAM User steps in the Amazon Textract documentation.
Para referência, veja abaixo como criamos um usuário IAM para nossos exemplos.
If you already have an IAM user with an Access Key ID and Secret Access Key (that include the AmazonTextractFullAccess and AmazonS3ReadOnlyAccess permissions), you can proceed to the 2. Build your project step.
-
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.
-
Selecione as políticas que deseja anexar ao grupo e ao usuário do IAM.
-
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.

Observação: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 lets you 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.
2. Crie seu projeto
- Crie um novo projeto de automação.
-
Open UiPath Studio.
-
Under New Project, click Process (this opens a New Blank Process window).
-
Enter a project Name, Location, and Description.
-
Clique em Criar.

-
- 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.
-
Para obter mais informações sobre os pacotes do UiPath Studio, consulte o Gerenciamento de Pacotes no Guia do Studio.

-
Está feito!
Agora que você concluiu a configuração, pode começar a adicionar as atividades do Amazon Textract ao seu projeto.
Próximas Etapas
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 Textract activities (including example property inputs/outputs), see the Activities page for a complete activity list and links to the activity detail pages.
