- 基本情報
- Document Understanding™ Cloud API v1 の使用例
- ライセンス
- 使用状況の測定と請求
- トラブルシューティング
このページでは、Document Understanding REST API 呼び出しの課金方法について説明します。請求は、プロジェクトの種類 (モダンまたはクラシック) とライセンス モデル (ユニファイド プライシングまたはフレックス プラン) によって異なります。
アクティビティ パッケージ (DocumentUnderstanding.Activities および IntelligentOCR.Activities) の料金については、ユーザー ガイドのページをご覧ください。
- 使用状況の測定と請求ロジック (ユニファイド プライシング) — ユニファイド プライシング下のモダン プロジェクト。
- 使用状況の測定と請求ロジック (Flex Plan) — Flex Plan のモダン プロジェクト。
- 使用状況の測定と請求ロジック (クラシック) — クラシック プロジェクト (アクティビティに基づくレート)。
API 経由のモダン プロジェクト
How Document Understanding modern project REST API calls are charged depends on your licensing model.
フレックス プラン
REST API calls are charged per operation. You pay only for the operations you call on each page:
| 操作 | AI units per page |
|---|---|
| Digitization (including OCR) | 0 |
| 分類 | 0.2 |
| Extraction (with prior classification) | 0.8 |
| Extraction (without prior classification) | 1 |
A page that is both classified and extracted is capped at 1 AI unit total. If you call multiple extractors on the same page, each extraction is charged separately.
Validation through the API does not consume AI units. Generative Validation is a separate feature, and consumes an additional 1 AI unit per page.
ユニファイド プライシング
REST API calls are charged per operation. You pay only for the operations you call on each page:
| 操作 | Platform Units per page |
|---|---|
| Digitization (including OCR) | 0 |
| 分類 | 0.04 |
| Extraction (with prior classification) | 0.16 |
| Extraction (without prior classification) | 0.2 |
A page that is both classified and extracted is capped at 0.2 Platform Units total. If you call multiple extractors on the same page, each extraction is charged separately.
Calling multiple operations with the same model does not multiply the charge, whereas calling multiple operations with different models multiplies the charge.
Validation through the API does not consume Platform Units. Generative Validation is a separate feature, and consumes an additional 0.2 Platform Units per page.
API 経由のクラシック プロジェクト
Document Understanding クラシック プロジェクトの場合、REST API 呼び出しは機能ごとに課金されます。
| 機能 | ユニファイド プライシング | フレックス プラン |
|---|---|---|
| デジタル化 | 0.04 プラットフォーム ユニット/ページ | 0.2 AI ユニット/ページ |
| 抽出 | 0.2 プラットフォーム ユニット/ページ | 1 AI ユニット/ページ |
| 分類 | ページ範囲ごとに適用 — 以下の表を参照 | ページ範囲ごとに適用 — 以下の表を参照 |
分類の消費数は、ページ範囲ごとに適用されます。
| ドキュメントのページ数 | ユニファイド プライシング | フレックス プラン |
|---|---|---|
| 1-25 | 0 PU | 0 AIU |
| 26-50 | 0.2 PU | 1 AIU |
| 51-75 | 0.4 PU | 2 AIU |
| 76-100 | 0.6 PU | 3 AIU |
| 101-125 | 0.8 PU | 4 AIU |
| 125 以上 | 1 PU | 5 AIU |
分類料金の上限は、ドキュメントあたり最大 1 プラットフォーム ユニット (または 5 AI ユニット) です。
ライセンスについて詳しくは、『Automation Cloud ガイド』の「 ライセンスについて 」をご覧ください。