UiPath Documentation
marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Marketplace ユーザー ガイド

最終更新日時 2026年4月1日

セットアップ

概要

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. docs image

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).

フォーム認識器のリソースがデプロイを完了したら、以下の手順を実行します。

  1. Find and select it from the All resources list in the portal.

  2. Click the Quick start tab under RESOURCE MANAGEMENT to view your subscription data.

  3. 注:

    the values of Key1 and Endpoint (you'll enter these in the Azure Form Recognizer Scope activity).

    docs image

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).

コンテナーを作成したら、以下の手順を実行します。

  1. Go to Storage Explorer in the Azure portal.

  2. Under Subscriptions, find and select the storage account that you created your container in.

  3. Under the account's Blob containers, select the container that you created.

  4. Upload your training data set (e.g., 5 PDF invoices).

    docs image

3. Shared Access Signature を取得する

The Train Model activity requires a URI to the container that has your training data set.

コンテナー URI を取得するには、以下の手順を実行します。

  1. Go to Storage Explorer in the Azure portal.

  2. Under Subscriptions, find and select the storage account that you created your container in.

  3. Under the account's Blob containers, right-click the container that you created.

  4. Click Get Shared Access Signature (this opens Shared Access Signature window).

  5. Enter your Access policy,Start time,Expiry time,Time zone, and Permissions.

    • At a minimum, select *Read
    • and *List
    • from the Permissions list.
  6. [Create] をクリックします。

  7. 注:

    the URI value.

    docs image

4. プロジェクトを構築する

  1. 新しいオートメーション プロジェクトを作成します。
    1. UiPath Studio を開きます。

    2. [新しいプロジェクト][プロセス] をクリックします ([新しい空のプロセス] ウィンドウが開きます)。

    3. プロジェクトの [名前][場所][説明] を入力します。

    4. [Create] をクリックします。

      docs image

  2. Install the UiPath.AzureFormRecognizer.Activities package.
    1. [デザイン] リボンの [パッケージを管理] をクリックします ([パッケージを管理] ウィンドウが開きます)。
    2. Under All Packages, click Go.
    3. In the Search bar, enter Azure.
    4. 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.

        docs image

完了です!

以上で設定が完了したので、プロジェクトへの 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.

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得