Document Understanding | Convert Classification Results to Extraction Results

Hi all,

I am trying to recreate the whole task from the Document Understanding Overview Course and I am kinda stuck.

My problem is, that I am trying to get the ClassificationResults Output from the Classify Document Scope activity and use them as Input for the Present Validation Station activity. There I am trying to populate the AutomaticExtractionResults Input field, because I don’t want to do fully manual processing for all documents.

Unfortunately, when I try to do this, I am receiving a Compiler error (picture below).

So my questions are the following:

  • How to convert the ClassificationResult array into an ExtractionResult type?

  • Is there an alternative way to use the ClassificationResults as Input for AutomaticExtractionResults?

Thanks in advance!

Actually I solved it by doing this:

classificationResult_variable(0).AsExtractionResult(taxonomy_variable)

So this topic is not relevant anymore, and could be closed/deleted if it’s not useful to the community.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.