UiPath Documentation
activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Document Understanding 活动

上次更新日期 2026年4月27日

加载分类

UiPath.IntelligentOCR.Activities.TaxonomyManagement.LoadTaxonomy

将借助“分类管理器”创建的“taxonomy.json”文件转变为可进一步与其他活动配合使用的变量。

属性

常见
  • “显示名称”- 活动的显示名称。
其他
  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
  • Taxonomy - The taxonomy you want to load, stored in a DocumentTaxonomy variable. This output can be later used in activities that receive a taxonomy as input.
    重要提示:

    In case you use an Intel Xe GPU and Taxonomy Manager is not displayed properly, we recommend updating the graphics driver to the latest version. For more information, please visit this page.

分类扩展方法

  • Serialize() :对DocumentTaxonomy对象调用Serialize()方法,该方法将返回对象的JSON表示,以便存储和检索以供日后使用。
  • Deserialize(String)DocumentTaxonomy.Deserialize(jsonString)静态扩展返回一个DocumentTaxonomy对象,该对象与作为参数传递的 JSON 编码数据结合使用。
  • GetFields(String) :对DocumentTaxonomy对象执行调用后,使用DocumentTypeId字符串调用的GetFields()方法将返回在该文档类型中定义的字段列表。

The Taxonomy Manager can be used to create and edit a Taxonomy file specific to your current automation project. This Taxonomy file contains user-defined document types, organized in Groups and Categories.

You can further use the Taxonomy file by converting it into a.NET data type with the Load Taxonomy activity, and then passing it as input for activities such as:

只有在安装 v1.6.0 或更高版的 UiPath.IntelligentOCR.Activities 包作为项目依赖项后,才能访问分类管理器。包安装完成后,“向导”部分的功能区中会显示“分类管理器”按钮。

图 1.Studio 功能区中“分类管理器”概述

Studio 功能区中“分类管理器”概览

重要提示:

有关分类管理器及其使用方法的更多信息,请参阅分类管理器页面。

  • 属性
  • 分类扩展方法

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新