- リリース ノート
- 概要
- 基本情報
- 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 ユーザー ガイド
セットアップ
概要
To successfully establish a connection and send requests to the Form Recognizer API, the Azure Form Recognizer Scope activity must provide a subscription key that validates your subscription to the Azure Form Recognizer service.
サブスクリプション キーを生成し、他のアクティビティがフォーム認識器の API 操作に要求を正常に送信できるようにするには、以下の前提条件と手順を完了する必要があります。
1. Create a Form Recognizer Azure resource
Complete Microsoft's documented steps to create a Form Recognizer resource.
The Azure Form Recognizer service is available in a limited-access preview. Because of this, the process to create a resource may be different when compared to other Azure services (to learn more, see request access in the Microsoft documentation).
フォーム認識器のリソースがデプロイを完了したら、以下の手順を実行します。
-
Find and select it from the All resources list in the portal.
-
Click the Quick start tab under RESOURCE MANAGEMENT to view your subscription data.
-
注:
the values of Key1 and Endpoint (you'll enter these in the Azure Form Recognizer Scope activity).

2. Build and upload a training data set
Follow Microsoft's documented tips and input requirements to build a training data set for a custom model.
To build a training data set for our examples, we used the files in the Train folder of Microsoft's provided sample data set.
After building your training data set, follow Microsoft's documented steps to create a container (you may need to create a storage account first if you don't have one).
コンテナーを作成したら、以下の手順を実行します。
-
Go to Storage Explorer in the Azure portal.
-
Under Subscriptions, find and select the storage account that you created your container in.
-
Under the account's Blob containers, select the container that you created.
-
Upload your training data set (e.g., 5 PDF invoices).

3. Shared Access Signature を取得する
The Train Model activity requires a URI to the container that has your training data set.
コンテナー URI を取得するには、以下の手順を実行します。
-
Go to Storage Explorer in the Azure portal.
-
Under Subscriptions, find and select the storage account that you created your container in.
-
Under the account's Blob containers, right-click the container that you created.
-
Click Get Shared Access Signature (this opens Shared Access Signature window).
-
Enter your Access policy,Start time,Expiry time,Time zone, and Permissions.
- At a minimum, select *Read
- and *List
- from the Permissions list.
-
[Create] をクリックします。
-
注:
the URI value.

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

-
- Install the UiPath.AzureFormRecognizer.Activities package.
- [デザイン] リボンの [パッケージを管理] をクリックします ([パッケージを管理] ウィンドウが開きます)。
- Under All Packages, click Go.
- In the Search bar, enter Azure.
- Click, install and accept the license for the UiPath.AzureFormRecognizer.Activities.
-
For more information about Uipath Studio packages, see Managing Packages in the Studio Guide.

-
完了です!
以上で設定が完了したので、プロジェクトへの Azure フォーム認識アクティビティの追加を開始できます。
次のステップ
To learn more about the Azure Form Recognizer activities (including example property inputs/outputs), see the Activities page for a complete list of activities and links to the detail pages.
