Extracts data from a document and stores the results into automatically generated variables
No members extracted.
Classifies a document according to the configured Classifier
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| GptPromptWithVariables | property | Dictionary<String, InArgument<String>> |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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 multiple PDF files
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CollectionPdfFiles | In | InArgument<IEnumerable<UiPath.Platform.ResourceHandling.IResource>> |
|||
| ResultFileName | In | InArgument<String> |
|||
| ExportedPdf | Out | OutArgument<UiPath.Platform.ResourceHandling.ILocalResource> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| IndividualPdfFiles | property | IEnumerable<InArgument<UiPath.Platform.ResourceHandling.IResource>> |
Get the PDF file page count
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PdfFile | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| FilePassword | In | InArgument<String> |
|||
| PageCount | Out | OutArgument<Int32> |
Extracts all characters from a specified PDF file and stores it in a string variable
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PdfFile | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| FilePassword | In | InArgument<String> |
|||
| ApplyOcr | In | InArgument<Boolean> |
|||
| OcrEngine | In | InArgument<String> |
|||
| Text | Out | OutArgument<String> |
Extracts a range of pages from a PDF file
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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 all image assests from a PDF file
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PdfFile | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| ImageExtension | In | InArgument<String> |
|||
| FilePassword | In | InArgument<String> |
|||
| ExtractedImages | Out | OutArgument<IEnumerable<UiPath.Platform.ResourceHandling.ILocalResource>> |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| ActionCenterServiceFactory | property | UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| ActionCenterServiceFactory | property | UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory |
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.
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.
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 the completion of a Classification Validation Task (created by the “Create Classification Validation Task“ activity) and resume the workflow afterwards.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CreatedClassificationValidationAction | In | InArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.CreatedClassificationValidationAction> |
|||
| ValidatedClassificationResults | Out | OutArgument<UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification.DocumentData> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ActionCenterServiceFactory | property | UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory |
Wait for the completion of a Document Validation Task (created by the “Create Validation Task“ Activity) and resume the workflow afterwards
No members extracted.
Creare Document Validation Artifacts
No members extracted.
Retrieve Document Validation Artifacts
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| ActionCenterServiceFactory | property | UiPath.IntelligentOCR.Actions.Abstractions.IActionCenterServiceFactory |