activities
latest
false
Document Understanding Activities
Last updated Aug 30, 2024

ExtractorDocumentType Class

ExtractorDocumentType is a class representing the target document type information for an extractor along with the list of fields to be processed.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.DataExtraction
  • Assembly: UiPath.DocumentProcessing.Contracts

Description

A public class that represents the document type information that the extractor should target, along with the list of fields requested for processing. Used for passing document type and field level information to extractor activities.

Document and field identification in data extraction

The DocumentTypeId property value is either a DocumentTypeId from the Taxonomy Manager or a string configured in the Data Extraction Scope activity's configuration wizard. This is especially for cases where the classifier activity utilizes its own taxonomy or document type definitions. This property is computed and provided by the Data Extraction Scope activity at runtime.
Listed Fields include the full definition from the DocumentTaxonomy structure in the Fields list. The FieldId properties are adjusted to be understood by the extractor activity based on its capabilities. FieldId values are either taxonomy field IDs as generated by the Taxonomy Manager, or a string configured in the Data Extraction Scope activity configuration wizard. This applies when the extractor activity has its own internal field definitions. This property is also computed and provided by the Data Extraction Scope activity at runtime.

Members

Constructors
ExtractorDocumentType() - The default constructor.
Properties
  • DocumentTypeId string - An identifier for a document type.
  • Fields UiPath.DocumentProcessing.Contracts.Taxonomy.Field[] - A list of fields that you want the extractor to target for processing.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.