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

Document Understanding 活动

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

发行说明

v2.0.0 - 预览

发布日期:2026 年 2 月 25 日

提取结果处理程序类

我们添加了一个新的公共类ExtractionResultHandler ,该类提供用于导航和操作提取结果的 Fluent API。

它可用作处理以下内容的入口点:

  • 基本字段,
  • 字段组,
  • 表格,
  • 表格行,
  • 通用(通配符)数据点。

ExtractionResultHandler包装ExtractionResult并公开帮助程序方法,以将原始ResultsDataPointResultsValue对象转换为强类型的外观类。

这样可以更轻松地导航和操作提取结果,而无需手动转换类型。

Check out ExtractionResultsHandler for more information.

字段组和货币数量支持

FieldType Enum类现在支持FieldGroupMonetaryQuantity字段。

v1.31.0

发布日期:2025 年 10 月 28 日

新增功能

ValidatorNotesValidatorNotesInfo属性现在可用于所有值,包括表格单元格。

v1.29.4

发行日期:2025 年 4 月 16 日

新增功能

We have introduced a new ContentValidationData class to handle document validation data. This class has been designed specifically for use along with web apps to streamline user validations in Action Center. Using the ContentValidationData class, you can configure and retrieve details about the document sent for review in Action Center. For more information on the ContentValidationData class and its corresponding properties, visit ContentValidationData Class.

v1.27.1

发布日期:2024 年 10 月 3 日

我们一直在不断努力,改善您的 UiPath Document Understanding 体验。即使此版本没有重大更改,我们仍对产品进行了小幅改进。

v1.26.0

发布日期:2024 年 4 月 29 日

这些发行说明包含 2023 年 11 月至 2024 年 3 月之间进行的所有更新。

新功能和改进功能

Two new methods are available for the ExtractionResult Class. These new features help you access validator notes easier.

v1.23.1

发行日期:2023 年 10 月 24 日

新特性和改进功能

A new property, Rotation, has been added to the Page object.

v1.21.1

发行日期:2023 年 5 月 2 日

错误修复

我们修复了一个错误,该错误会导致除第一个子文档以外的所有子文档完成提取时,“ 数据提取作用域”活动崩溃。 当使用分类器执行文档拆分并且从“分类文档范围”返回多个分类结果时,会发生这种情况。

v1.21.0

发行日期:2023 年 4 月 26 日

新特性和改进功能

  • The ResultsValue Class received a new property, TextType that can provide the text origin of the extracted value.
  • We've added new overload for the .Serialize method that accepts a SerializationSettings object. You can now configure whether serialization will be done using a Pascal- or camelCase convention. The default is PascalCase. This applies to the following classes: Document, DocumentTaxonomy, DocumentSplittingResult, ClassificationResult, and ExtractionResult. You can still use all the existing methods in PascalCase and everything is backwards compatible. You can use deserialization with either Pascal- or camelCase serialized objects.
  • New classes have been added to the UiPath.DocumentProcessing.Contracts package that contains information about the Actions created in Action Center.
  • A new helper method, IsTextTypeInDocument, is available for detecting the presence of a type of text (handwritten or checkboxes) in a document by using a TextType parameter.

错误修复

We've fixed a bug causing the TextType property to be displayed in both Values and Tokens sections. The property is now displayed only in the Values section.

弃用时间表

我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。

v1.18.0

发行日期:2022 年 12 月 13 日

新特性和改进功能

  • The TextType enumeration has been enriched with the following new classification fields: Barcode, QRcode, Stamp, Logo, and Unknown.
  • Task Capture 用户界面现已提供繁体中文版本。

v1.17.1

发行日期:2022 年 10 月 24 日

新特性和改进功能

  • 我们重构了“数据提取结果”类,以支持在工作流中使用它。 我们已实施新的表格结构和表格帮助程序方法,目前新旧结构都可用。 验证站点及其他组件(训练器、提取程序等)支持新格式,以后建议使用这种方法访问和操作结果对象中的表格数据。
  • Every word from Document Object Model can now be set as type Text, Handwriting, or Checkbox.
  • The ResultsValue.Components property, the ResultsValue constructors which have ResultsDataPoint[] components as parameters, the ResultsValue.CreateTableValue methods, and the ExtractionResult.FlattenFields method are now marked as obsolete.
  • There is a new ProcessingSource value, named PdfAndOcr, that reflects a PDF page which was processed with both native PDF processing and OCR processing.

v1.14.0

发行日期:2022 年 5 月 9 日

新特性和改进功能

  • The UiPath.DocumentProcessing.Contracts package has been upgraded to .NET5 portable, allowing you to run them on Linux robots.
  • Some of the classes included in the UiPath.DocumentProcessing.Contracts package have been updated. Among the updated ones are the Simplified Value, Results Value, and Extraction Result classes.

v1.11.0

发行日期:2021 年 10 月 1 日

新特性和改进功能

  • The ClassificationResult class has received new methods, Serialize and Deserialize, meant to help you serialize and deserialize the classification output.
  • New methods, FlattenFields and GetFields, have also been added to the ExtractionResult class meant to help you filter the fields based on the given condition.
  • The UiPath.DocumentProcessing.Contracts package has been upgraded to .NET5. While both .NET versions continue to be supported, the .NET5 projects can only work on 64-bit architectures.

错误修复

修复了与验证站点相关的问题,该问题在读取派生部分值时导致意外的数字格式。

v1.10.1

发布日期:2021 年 3 月 23 日

改进

添加了 ExtractionResult.AsDataSet(bool includeConfidence, bool includeOcrConfidence) 方法,该方法可用于将 ExtractionResult 导出到 DataSet,同时可选择包括值的 OCR 置信度

错误修复

  • 修复了缺少 API 文档的问题。
  • 修复了与版本低于 4.11.0 的UiPath.IntelligentOCR.Activities 的向后兼容性。

v1.9.1

发行日期:2020 年 11 月 10 日

错误修复

DocumentProcessing.Contracts 程序集导出的公共类型现在可以实现 XML 序列化。

v1.9.0

发行日期:2020 年 10 月 2 日

新特性和改进功能

  • 在以下情况下,允许值提取为 null(空):
    • 没有引用的数据提取字段;
    • 没有引用的文档分类;
    • Values created by the used in Validation Station with no reference.
  • ExtractionResults 中增加了对自定义提取程序有效负载的支持。
  • 在分类法中增加了对字段级元数据的支持。

v1.6.1

发行日期:2020 年 5 月 4 日

新特性和改进功能

  • 名为 VisualLineNumber 的新属性已添加到公共类中,指明该词放置在哪个可视行上。这可在 UiPath.DocumentProcessing.Contracts.Dom 命名空间下找到。
  • 名为 GetVisualTextProjection 的新扩展方法已添加到文档类中,使您可以访问词的视觉排列。这可在 UiPath.DocumentProcessing.Contracts.Dom 命名空间下找到。

v1.4.0

发行日期:2019 年 11 月 6 日

新特性和改进功能

A new property is available in the UiPath.DocumentProcessing.Contracts pack under the name of OperatorConfirmed. This comes as a support for the newly improved Validation Station wizard.

v1.3.0

发行日期:2019 年 9 月 23 日

新特性和改进功能

  • This release brings a new feature for the UiPath.DocumentProcessing.Contracts pack.
  • 公共类在词水平框中添加了一个附加内容,现在支持词级别的多边形信息。

v1.2.0

发行日期:2019 年 6 月 19 日

新特性和改进功能

New public interfaces and abstract classes are now available, for the UiPath.DocumentProcessing.Contracts.Training pack. With these new additions you can use the exact needed interface or abstract class for the extractors and classifiers activities.

v1.1.0

发行日期:2019 年 5 月 21 日

新特性和改进功能

UiPath.DocumentProcessing.Contracts程序集中提供了新的静态方法,这些方法生成ResultsDerivedField[]集合。 这些集合可以从现有结果中派生多个字段,从而在ResultsValue()构造函数中使用这些字段。

v1.0.0

发行日期:2019 年 4 月 22 日

新特性和改进功能

Our first iteration of the Document Processing Contracts package enables you to integrate your own data extraction and classifier activities with the IntelligentOCR activities. This means that you can easily integrate your own document processing algorithms into the UiPath® infrastructure, by performing the following actions:

  • 请引用此包中提供的合同。
  • 在工作流中实现自己的分类器和提取程序。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新