document-understanding
latest
false
- Automation Cloud と Test Cloud の Document Understanding
- Automation Cloud および Test Cloud (公共部門向け) の Document Understanding
- Automation Cloud および Test Cloud (専有型) の Document Understanding
- ML パッケージとパブリック エンドポイント
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Document Understanding のリリース ノート
2026 年 6 月 26 日
Introducing Field Groups and Monetary Quantity
Field Groups and Monetary Quantity are now generally available in Validation Station, activities, and APIs. For more details, refer to Taxonomy Manager.
This enhancement aligns the Document Understanding data type model with the IXP Unstructured and Complex Documents.
Document Understanding API v2
Document Understanding API v2 is now generally available. API v2 adds taxonomy-driven extraction and validation, business rule evaluation, expanded non-Latin language support, and Intelligent Xtraction and Processing (IXP) FieldGroup support in the extraction result.
更新内容
- Discovery returns the associated taxonomy in the response so you can use it to guide extraction and validation.
- Extraction and Validation accept taxonomy as an input parameter. This enables partial extraction, data type overrides, and additional validation customization. For details, see Use the Validation Service.
- この API は、抽出および検証時にタクソノミーで定義されたビジネス ルールを評価し、抽出データが設定されている要件 (必須フィールドや許容値など) に準拠していることを確認します。
- Predefined プロジェクトで、Production という名前の単一のタグを使用したタグベースの抽出がサポートされるようになりました。
- IXP extraction result is now returned as FieldGroups instead of Tables. With FieldGroups, each field preserves its actual data type. For details, see Taxonomy Manager.
- A new predefined project offers enhanced support for non-Latin character sets.
Document Understanding API v2 breaking changes
The following changes require updates to your automations when migrating from API v1 to v2:
- Response bodies on all routes now use PascalCase property names instead of camelCase. Any case-sensitive integrations, such as those written in Python, JavaScript, or others, require updating to match the new casing.
- Tag-based routes now use
/projects/{projectId}/tags/{tag}/.... Requests using the previous route structure return a 400 bad request error in v2. - The
fieldsproperty has been removed from Discovery responses; integrations must usetaxonomyinstead. - Discovery のルートは
tagではなくtagsを返すようになりました。 - IXP extraction results are now returned as FieldGroups instead of Tables, which requires updates if your automation treats extraction results as tables to handle the new FieldGroup structure and data types.
- Entries that previously returned
FieldType == Tablenow returnFieldType == FieldGroup. Parsers that handle onlyTableresults will not process this data. For detailed migration steps and examples, check Migrating integrations from Document Understanding API v1 to v2.
2026 年 6 月 8 日
バグ修正
Action Center で、空白のページが原因で抽出結果の強調表示が誤ったページに表示されていました。抽出結果は影響を受けませんでした。