-How can i create validation task in orchestrator in Action Centre For Validation?

-i am extracting the various fields and table from pdf using Document Understanding method the flow as follows [ load taxanomy,Digitize Doc,Extract Doc,Export Data,]
-I want to create validation task in Action Centre [Orchestrator action centre]
-How can i do ?
-Plz give suggestion in detail with activity.

Thank you In Advance.

@annet_mdamugade

Welcome to the community

You need to use create validation task

If you want to wait you can use in combination with wait and resume as well

Cheers

@Anil_G i have use the create validate task activity showing this error


-Argument ‘AutomaticExtractionResults’: BC30512: Option Strict On disallows implicit conversions from ‘ExtractionResult’ to ‘IDocumentData(Of ExtendedExtractionResultsForDocumentData)’. The selected value is incompatible with the property type.
Argument ‘CreatedValidationAction’: BC30311: Value of type ‘CreatedValidationAction(Of ExtendedExtractionResultsForDocumentData)’ cannot be converted to ‘CreatedValidationAction(Of CustomGptDocumentType345Ff50BE5A54390921155387F99Dc1E)’. The selected value is incompatible with the property type.

Document Understanding has 2 activity packs:

  1. IntelligentOCR with Load Taxonomy, Digitize, Data Extraction Scope, etc.
  2. DocumentUnderstanding.Activities with the Classify Document, Extract Document Data and Create Validation Task
    the 2 packs cannot be combined - for the Create Validation Task activity, you need the input of an Extract Document Data activity - in this sense,
  3. either replace your extractor with Extract Document Data and use it together with the Create Validation Task activity
  4. or replace the Create Validation Task activity with the one from the IntelligentOCR package

Hope it helps!
Monica

2 Likes

@annet_mdamugade

if used in studio input should be document data and not ectracted data

and if in classic DU then use this activity

cheers

-i want to extract the invoice fields and also table .
-so i cannot extract the table from EXTRACT DOC DATA activity .
-so what can i do ?