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

Marketplace ユーザー ガイド

最終更新日時 2026年3月30日

Get Document Analysis

The Get Document Analysis activity uses the Amazon Textract GetDocumentAnalysis API to asynchronously retrieve the result of a document analysis operation (JobId). If the document analyzed includes a table, you have the option to indicate if the first row contains column headers (DiscoverColumnHeaders) and/or ignore empty rows in the table (IgnoreEmptyRows).

ドキュメント分析を取得すると、アクティビティはドキュメントのプロパティを PageDetail[] オブジェクトで返します。これは、Amazon Textract アクティビティ パッケージ外の他のアクティビティで入力変数として使用できます。

動作のしくみ

The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.

  1. セットアップ」の手順を完了します。
  2. Add the Amazon Scope activity to your project.
  3. Add an activity or run an external process that outputs a JobId value (for example, Start Document Analysis).
  4. Add the Get Document Analysis inside the Amazon Scope activity.
  5. [入力] セクションのプロパティに値を入力します。
  6. Create and enter a PageDetail[] variable for your Output property.
  7. アクティビティを実行します。
    • Your input properties are sent to the GetDocumentAnalysis API.

    • API は、[出力] セクションのプロパティ変数に PageDetail[] の値を返します。

      Get Document Analysis message sequence diagram

プロパティ

以下のプロパティの値は、このアクティビティを UiPath Studio でプロジェクトに追加するときに指定します。

Get Document Analysis properties panel in UiPath Studio

共通

表示名

アクティビティの表示名です。

属性詳細
入力String
Requiredはい
既定値Get Document Analysis
許容値String または String 型変数を入力します。
備考N/A

入力

ジョブ ID

取得するドキュメント分析プロセスに割り当てられた識別子です。

属性詳細
入力String
Requiredいいえ (後続のアクティビティで出力データを使用する予定がある場合に推奨)
既定値
許容値String または String 型変数を入力します。
備考To get the JobId String value, use an external process or activity that includes the JobID value in its output (e.g., Start Document Analysis or external API call)

オプション

DiscoverColumnHeaders

ドキュメントのテーブルに列ヘッダーを含めるかどうかを指定します。

属性詳細
入力チェックボックス
Requiredいいえ
既定値非選択
許容値選択または非選択
備考N/A
空の行を無視

ドキュメントの分析時に、ドキュメントの表内の空の行を無視するかどうかを指定します。

属性詳細
入力チェックボックス
Requiredいいえ
既定値非選択
許容値選択または非選択
備考N/A

その他

プライベート (Private)

選択すると、変数と引数の値が Verbose レベルでログ記録されなくなります。

属性詳細
入力チェックボックス
Requiredいいえ
既定値非選択
許容値選択または非選択
備考N/A

出力

ページ数

分析されるドキュメントから抽出されたプロパティです。

属性詳細
入力PageDetail[]
Requiredいいえ (後続のアクティビティで出力データを使用する予定がある場合に推奨)
既定値
許容値PageDetail[] 型変数を入力します。
備考See Page Detail for the description of the PageDetail object and its properties.

次の画像は、アクティビティの依存関係と入力/出力プロパティの値の例です。

For step-by-step instructions and examples, see the Quickstart guides.

Get Document Analysis activity dependency and input/output property values

Get Document Analysis output example in UiPath Studio

  • 動作のしくみ
  • プロパティ
  • 共通
  • 入力
  • オプション
  • その他
  • 出力

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得