- Overview
- Document Processing Contracts
- Release notes
- About the Document Processing Contracts
- Box Class
- IPersistedActivity interface
- PrettyBoxConverter Class
- IClassifierActivity Interface
- IClassifierCapabilitiesProvider Interface
- ClassifierDocumentType Class
- ClassifierResult Class
- ClassifierCodeActivity Class
- ClassifierNativeActivity Class
- ClassifierAsyncCodeActivity Class
- ClassifierDocumentTypeCapability Class
- ContentValidationData Class
- EvaluatedBusinessRulesForFieldValue Class
- EvaluatedBusinessRuleDetails Class
- ExtractorAsyncCodeActivity Class
- ExtractorCodeActivity Class
- ExtractorDocumentType Class
- ExtractorDocumentTypeCapabilities Class
- ExtractorFieldCapability Class
- ExtractorNativeActivity Class
- ExtractorResult Class
- FieldValue Class
- FieldValueResult Class
- ICapabilitiesProvider Interface
- IExtractorActivity Interface
- ExtractorPayload Class
- DocumentActionPriority Enum
- DocumentActionData Class
- DocumentActionStatus Enum
- DocumentActionType Enum
- DocumentClassificationActionData Class
- DocumentValidationActionData Class
- UserData Class
- Document Class
- DocumentSplittingResult Class
- DomExtensions Class
- Page Class
- PageSection Class
- Polygon Class
- PolygonConverter Class
- Metadata Class
- WordGroup Class
- Word Class
- ProcessingSource Enum
- ResultsTableCell Class
- ResultsTableValue Class
- ResultsTableColumnInfo Class
- ResultsTable Class
- Rotation Enum
- Rule Class
- RuleResult Class
- RuleSet Class
- RuleSetResult Class
- SectionType Enum
- WordGroupType Enum
- IDocumentTextProjection Interface
- ClassificationResult Class
- ExtractionResult Class
- ResultsDocument Class
- ResultsDocumentBounds Class
- ResultsDataPoint Class
- ResultsValue Class
- ResultsContentReference Class
- ResultsValueTokens Class
- ResultsDerivedField Class
- ResultsDataSource Enum
- ResultConstants Class
- SimpleFieldValue Class
- TableFieldValue Class
- DocumentGroup Class
- DocumentTaxonomy Class
- DocumentType Class
- Field Class
- FieldType Enum
- FieldValueDetails Class
- LanguageInfo Class
- MetadataEntry Class
- TextType Enum
- TypeField Class
- ITrackingActivity Interface
- ITrainableActivity Interface
- ITrainableClassifierActivity Interface
- ITrainableExtractorActivity Interface
- TrainableClassifierAsyncCodeActivity Class
- TrainableClassifierCodeActivity Class
- TrainableClassifierNativeActivity Class
- TrainableExtractorAsyncCodeActivity Class
- TrainableExtractorCodeActivity Class
- TrainableExtractorNativeActivity Class
- Document Understanding Digitizer
- Document Understanding ML
- Document Understanding OCR Local Server
- Document Understanding
- Release notes
- About the Document Understanding activity package
- Project compatibility
- Set PDF Password
- Merge PDFs
- Get PDF Page Count
- Extract PDF Text
- Extract PDF Images
- Extract PDF Page Range
- Create Validation Task and Wait
- Wait for Validation Task and Resume
- Create Validation Task
- Create Classification Validation Task
- Create Classification Validation Task and Wait
- Wait for Classification Validation Task and Resume
- Intelligent OCR
- Release notes
- About the IntelligentOCR activity package
- Project compatibility
- Configuring Authentication
- Load Taxonomy
- Digitize Document
- Classify Document Scope
- Keyword Based Classifier
- Document Understanding Project Classifier
- Intelligent Keyword Classifier
- Create Document Classification Action
- Create Document Validation Artifacts
- Retrieve Document Validation Artifacts
- Wait For Document Classification Action And Resume
- Train Classifiers Scope
- Keyword Based Classifier Trainer
- Intelligent Keyword Classifier Trainer
- Data Extraction Scope
- Document Understanding Project Extractor
- RegEx Based Extractor
- Form Extractor
- Intelligent Form Extractor
- Create Document Validation Action
- Wait For Document Validation Action And Resume
- Train Extractors Scope
- Export Extraction Results
- ML Services
- OCR
- OCR Contracts
- Release notes
- About the OCR Contracts
- Project compatibility
- IOCRActivity Interface
- OCRAsyncCodeActivity Class
- OCRCodeActivity Class
- OCRNativeActivity Class
- Character Class
- OCRResult Class
- Word Class
- FontStyles Enum
- OCRRotation Enum
- OCRCapabilities Class
- OCRScrapeBase Class
- OCRScrapeFactory Class
- ScrapeControlBase Class
- ScrapeEngineUsages Enum
- ScrapeEngineBase
- ScrapeEngineFactory Class
- ScrapeEngineProvider Class
- OmniPage
- PDF
- [Unlisted] Abbyy
- [Unlisted] Abbyy Embedded

Document Understanding Activities
PREVIEWCreate Document Validation Artifacts
UiPath.IntelligentOCR.Activities.CreateDocumentValidationArtifacts
- Storage bucket data – This data controls where you want to store the action that you send for validating the document.
- Document information – Any information specific to the document that should be reviewed.
The output object of the Create Document Validation Artifacts activity is ContentValidationData
.
Designer panel
- Bucket Folder Path: The folder path to the storage bucket where you want to create the action.
- Bucket Name: The name
of the storage bucket where you want to store action data.
The storage bucket should exist in the same Orchestrator folder as the one the action will be created in.
- Bucket Directory Path:
The directory path within the previously inputted storage bucket where you
want to store action data.
This field only supports string values, with "/" as the separator to indicate subdirectories. For example "Finance/AccountsPayable".
- Document Path: The path of the document that you want to send out for validation.
- Document Text: The Document Text variable output by the Digitize Document activity, which precedes the Create Document Validation Artifacts activity.
- Document Object Model: The Document Object Model variable output by the Digitize Document activity, which precedes the Create Document Validation Artifacts activity.
- Taxonomy: The taxonomy variable against which you want to validate the document.
- Automatic Extraction
Results: Provide a variable of type
ExtractionResult
, which contains automatically generated extraction results, that the reviewer in Action Center can already validate.If you leave this field empty, then the Validation Station will require full manual processing in Action Center.
- Content Validation Data Output: The output variable where all the information about the processed document and the information on the location of action data is stored. You later use this output variable as input for the Retrieve Document Validation Artifacts activity.
Properties panel
Common
- ContinueOnError: Specifies
if the automation should continue even when the activity throws an error. This
field only supports
Boolean
values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error. - DisplayName: The display name of the activity.
- RetryOnFailure: Automatically retries the machine learning model execution, to eliminate transient network errors. If checked, the activity retries the execution.
- Timeout (milliseconds):
Specifies the waiting time (in milliseconds) for the activity to connect to
Orchestrator before an error is thrown. The default value is 30000 milliseconds
(30 seconds). This field supports only integer and
Int32
variables.
Content Validation Data Input
- Automatic Extraction Results: Provide a variable of type
ExtractionResult
, which contains automatically generated extraction results, that the reviewer in Action Center can already validate.If you leave this field empty, then the Validation Station will require full manual processing in Action Center.
- Document Object Model: The Document Object Model variable output by the Digitize Document activity, which precedes the Create Document Validation Artifacts activity.
- Document Path: The path of the document that you want to send out for validation.
- Document Text: The Document Text variable output by the Digitize Document activity, which precedes the Create Document Validation Artifacts activity.
- Taxonomy: The taxonomy variable against which you want to validate the document.
Content Validation Output
- Content Validation Data Output: The output variable where all the information about the processed document and the information on the location of action data is located. You later use this output variable as input for the Retrieve Document Validation Artifacts activity.
Misc
- Private: If selected, the values of variables and arguments are no longer logged at Verbose level.
- ShowOnlyRelevantPageRange: If set to True, shows only the relevant page ranges.