-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.
-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.
IntelligentOCR with Load Taxonomy, Digitize, Data Extraction Scope, etc.
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,
either replace your extractor with Extract Document Data and use it together with the Create Validation Task activity
or replace the Create Validation Task activity with the one from the IntelligentOCR package