uips-fixtures UiPath.DocumentUnderstanding.Activities 2.17.4

17 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

Extract Document Data
UiPath.IntelligentOCR.StudioWeb.Activities.ExtractDocumentDataWithDocumentData
Document Understanding

Extracts data from a document and stores the results into automatically generated variables

No members extracted.

Classify Document
UiPath.IntelligentOCR.StudioWeb.Activities.ClassifyDocument
Document Understanding

Classifies a document according to the configured Classifier

Arguments

NameDirTypeReqDefaultDescription
ProjectId In InArgument<String>
ClassifierId In InArgument<String>
ProjectVersionNumber In InArgument<Int32>
ProjectTag In InArgument<String>
FileInput In InArgument<UiPath.Platform.ResourceHandling.IResource>
TimeoutInSeconds In InArgument<Int32>
MinimumConfidence In InArgument<Single>
ClassificationResults Out OutArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification.DocumentData>
RuntimeAssetPath In InArgument<String>
RuntimeTenantUrl In InArgument<String>

Properties

NameKindTypeDescription
GptPromptWithVariables property Dictionary<String, InArgument<String>>
Set PDF Password
UiPath.IntelligentOCR.StudioWeb.Activities.PDF.SetPDFPassword.SetPDFPassword
Document Understanding

Activity used to add or remove a password from a PDF file. We recommend creating a password with 10-14 characters, including uppercase, lowercase, numbers, and symbols. Ensure that your new password is not the same as your old password.

Arguments

NameDirTypeReqDefaultDescription
PdfFile In InArgument<UiPath.Platform.ResourceHandling.IResource>
ResultFileName In InArgument<String>
NewManagePassword In InArgument<String>
NewOpenPassword In InArgument<String>
CurrentManagePassword In InArgument<String>
CurrentOpenPassword In InArgument<String>
ExportedPdf Out OutArgument<UiPath.Platform.ResourceHandling.ILocalResource>
Merge PDFs
UiPath.IntelligentOCR.StudioWeb.Activities.PDF.MergePDFs.MergePDFs
Document Understanding

Merge multiple PDF files

Arguments

NameDirTypeReqDefaultDescription
CollectionPdfFiles In InArgument<IEnumerable<UiPath.Platform.ResourceHandling.IResource>>
ResultFileName In InArgument<String>
ExportedPdf Out OutArgument<UiPath.Platform.ResourceHandling.ILocalResource>

Properties

NameKindTypeDescription
IndividualPdfFiles property IEnumerable<InArgument<UiPath.Platform.ResourceHandling.IResource>>
Get PDF Page Count
UiPath.IntelligentOCR.StudioWeb.Activities.PDF.GetPDFPageCount.GetPDFPageCount
Document Understanding

Get the PDF file page count

Arguments

NameDirTypeReqDefaultDescription
PdfFile In InArgument<UiPath.Platform.ResourceHandling.IResource>
FilePassword In InArgument<String>
PageCount Out OutArgument<Int32>
Extract PDF Text
UiPath.IntelligentOCR.StudioWeb.Activities.PDF.ExtractPDFText.ExtractPDFText
Document Understanding

Extracts all characters from a specified PDF file and stores it in a string variable

Arguments

NameDirTypeReqDefaultDescription
PdfFile In InArgument<UiPath.Platform.ResourceHandling.IResource>
FilePassword In InArgument<String>
ApplyOcr In InArgument<Boolean>
OcrEngine In InArgument<String>
Text Out OutArgument<String>
Extract PDF Page Range
UiPath.IntelligentOCR.StudioWeb.Activities.PDF.ExtractPDFPageRange.ExtractPDFPageRange
Document Understanding

Extracts a range of pages from a PDF file

Arguments

NameDirTypeReqDefaultDescription
PdfFile In InArgument<UiPath.Platform.ResourceHandling.IResource>
PageRange In InArgument<String>
ResultFileName In InArgument<String>
FilePassword In InArgument<String>
ExportedPdf Out OutArgument<UiPath.Platform.ResourceHandling.ILocalResource>
Extract PDF Images
UiPath.IntelligentOCR.StudioWeb.Activities.PDF.ExtractPDFImages.ExtractPDFImages
Document Understanding

Extract all image assests from a PDF file

Arguments

NameDirTypeReqDefaultDescription
PdfFile In InArgument<UiPath.Platform.ResourceHandling.IResource>
ImageExtension In InArgument<String>
FilePassword In InArgument<String>
ExtractedImages Out OutArgument<IEnumerable<UiPath.Platform.ResourceHandling.ILocalResource>>
Create Classification Validation Task
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.CreateClassificationValidationAction
Document Understanding

Verify the classified Document Data by creating a Classification Validation Task in Action Center, without waiting for its completion. Use “Wait for Classification Validation Task & Resume” to wait for task completion and resuming the workflow only afterwards.

Arguments

NameDirTypeReqDefaultDescription
AutomaticClassificationResults In InArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification.DocumentData>
ActionTitle In InArgument<String>
ActionPriority In InArgument<String>
ActionCatalogue In InArgument<String>
BucketId In InArgument<Int64>
BucketName In InArgument<String>
OrchestratorFolderName In InArgument<String>
OrchestratorBucketName In InArgument<String>
EnablePageReordering In InArgument<Boolean>
CreatedClassificationValidationAction Out OutArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.CreatedClassificationValidationAction>

Properties

NameKindTypeDescription
ActionCenterServiceFactory property UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory
Create Classification Validation Task and Wait
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.CreateClassificationValidationActionAndWait
Document Understanding

Verify the classified Document Data by creating a Classification Validation Task in Action Center and waiting for its completion. After completion, the workflow can be resumed.

Arguments

NameDirTypeReqDefaultDescription
AutomaticClassificationResults In InArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification.DocumentData>
ActionTitle In InArgument<String>
ActionPriority In InArgument<String>
ActionCatalogue In InArgument<String>
BucketId In InArgument<Int64>
BucketName In InArgument<String>
OrchestratorFolderName In InArgument<String>
OrchestratorBucketName In InArgument<String>
EnablePageReordering In InArgument<Boolean>
ValidatedClassificationResults Out OutArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification.DocumentData>

Properties

NameKindTypeDescription
ActionCenterServiceFactory property UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory
Create Validation Task
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.CreateValidationAction
Document Understanding

Verify the extracted Document Data by creating a Document Validation Task in Action Center, without waiting for its completion. Use “Wait for Validation Task and Resume” to wait for task completion and resuming the workflow only afterwards.

No members extracted.

Create Validation Task and Wait
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.ValidateDocumentData
Document Understanding

Verify the extracted Document Data by creating a Document Validation Task in Action Center and waiting for its completion. After completion, the workflow can be resumed.

No members extracted.

Create Validation Task and Wait
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.ValidateDocumentDataWithDocumentData
Document Understanding

Verify the extracted Document Data by creating a Document Validation Task in Action Center and waiting for its completion. After completion, the workflow can be resumed.

No members extracted.

Wait for Classification Validation Task & Resume
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.WaitForClassificationValidationAction
Document Understanding

Wait for the completion of a Classification Validation Task (created by the “Create Classification Validation Task“ activity) and resume the workflow afterwards.

Arguments

NameDirTypeReqDefaultDescription
CreatedClassificationValidationAction In InArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.CreatedClassificationValidationAction>
ValidatedClassificationResults Out OutArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification.DocumentData>

Properties

NameKindTypeDescription
ActionCenterServiceFactory property UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory
Wait for Validation Task and Resume
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.WaitForValidationAction
Document Understanding

Wait for the completion of a Document Validation Task (created by the “Create Validation Task“ Activity) and resume the workflow afterwards

No members extracted.

Create Document Validation Artifacts
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.Artifacts.CreateDocumentValidationArtifacts
Document Understanding

Creare Document Validation Artifacts

No members extracted.

Retrieve Document Validation Artifacts
UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.Artifacts.RetrieveDocumentValidationArtifacts
Document Understanding

Retrieve Document Validation Artifacts

Arguments

NameDirTypeReqDefaultDescription
ContentValidationData In InArgument<UiPath.DocumentProcessing.Contracts.Actions.ContentValidationData>
CompletedAppAction In InArgument<Object>
RemoveDataFromStorage In InArgument<Boolean>
ReturnAutomaticExtractionResults In InArgument<Boolean>
ValidatedExtractionResults Out OutArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DataExtraction.IDocumentData<UiPath.IntelligentOCR.StudioWeb.Activities.DataExtraction.DictionaryData>>

Properties

NameKindTypeDescription
ActionCenterServiceFactory property UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory