- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- 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 Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発

Marketplace ユーザー ガイド
セットアップ
はじめに
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.
認可を有効化してオートメーション プロジェクトの構築を開始するには、以下を実行します。
1. IAM ユーザーを作成する
Follow the Create an IAM User steps in the Amazon Textract documentation.
参考までに、今回の例で IAM ユーザーを作成する方法を以下に示します。
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.
-
グループおよび 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.

注: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.
-
[ユーザーの追加] をクリックします。

-
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. プロジェクトを構築する
- 新しいオートメーション プロジェクトを作成します。
-
UiPath Studio を開きます。
-
[新しいプロジェクト] の [プロセス] をクリックします ([新しい空のプロセス] ウィンドウが開きます)。
-
プロジェクトの [名前]、[場所]、[説明] を入力します。
-
[Create] をクリックします。

-
- Install the UiPath.Amazon.Textract.Activities package.
- [デザイン] リボンの [パッケージを管理] をクリックします ([パッケージを管理] ウィンドウが開きます)。
- [すべてのパッケージ] の下の [Go!] をクリックします。
- In the Search bar, enter Textract.
- Click, install and accept the license for the UiPath.Amazon.Textract.Activities.
-
UiPath Studio パッケージの詳細については、『Studio ガイド』の「パッケージの管理」をご覧ください。

-
完了です!
以上で設定が完了したので、プロジェクトへの Amazon Textract アクティビティの追加を開始できます。
次のステップ
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.
