What happens during the Classify stage of the Document Understanding Framework?
A.
The OCR engine is used to extract text from the image document.
B.
The extracted data is exported as a dataset.
C.
The target fields are extracted from the document and sent to Action Center for human validation.
D.
The documents are included in one of the taxonomy document types or skipped.
The Answer Is:
D
This question includes an explanation.
Explanation:
According to the UiPath documentation, the Classify stage of the Document Understanding Framework is used to automatically determine what document types are found within a digitized file. The document types are defined in the project taxonomy, which is a collection of all the labels and fields applied to the documents in a dataset. The Classify stage uses one or more classifiers, which are algorithms that assign document types to files based on their content and structure. The classifiers can be configured and executed using the Classify Document Scope activity, which also allows for document type filtering, taxonomy mapping, and minimum confidence threshold settings. The Classify stage outputs the classification information in a unified manner, irrespective of the source of classification. The documents that are classified are then sent to the next stage of the framework, which is Data Extraction. The documents that are not classified or skipped are either excluded from further processing or sent to Action Center for human validation and correction.