- リリース ノート
- 概要
- 基本情報
- 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 ユーザー ガイド
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.
- 「セットアップ」の手順を完了します。
- Add the Amazon Scope activity to your project.
- Add an activity or run an external process that outputs a
JobIdvalue (for example, Start Document Analysis). - Add the Get Document Analysis inside the Amazon Scope activity.
- [入力] セクションのプロパティに値を入力します。
- Create and enter a
PageDetail[]variable for your Output property. - アクティビティを実行します。
-
Your input properties are sent to the GetDocumentAnalysis API.
-
API は、[出力] セクションのプロパティ変数に
PageDetail[]の値を返します。
-
プロパティ
以下のプロパティの値は、このアクティビティを 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.

