- Document Understanding para Automation Cloud e Test Cloud
- Document Understanding para Automation Cloud e Test Cloud Setor Público
- Document Understanding para Automation Cloud e Test Cloud Dedicated
- Pacotes de ML e pontos de extremidade públicos
Notas de versão do Document Understanding
26 de junho de 2026
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.
Novidades
- 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.
- A API avalia as regras de negócios definidas na taxonomia durante a extração e validação para garantir que os dados extraídos estejam em conformidade com os requisitos configurados, como campos obrigatórios e valores permitidos.
- Os projetos predefinidos agora são compatíveis com extração baseada em tags usando uma única tag chamada Produção.
- 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. - As rotas do Discovery agora retornam
tagsem vez detag. - 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.
8 de junho de 2026
Correções de bugs
As páginas em branco faziam com que os destaques da extração aparecessem nas páginas erradas no Action Center. Os resultados da extração não foram afetados.