Which generic ML Package should be used when the document type you are using is not part of the out of the box models?
Options:
A.
DocumentClassifier
B.
Document
C.
DocumentUnderstanding
D.
DocumentMLPackage
Answer:
C
Explanation:
The DocumentUnderstanding ML package is a generic, retrainable model designed to handle various document types that are not covered by out-of-the-box models. It allows for the extraction of data from structured and semi-structured documents by building a model from scratch through training. This package is highly flexible and can be tailored to fit different document formats, making it ideal when specific document types are not pre-configured in UiPath’s out-of-the-box offerings.(Source: UiPath Documentation on ML Packages
Question 3
What is the role of the Taxonomy Manager?
Options:
A.
To select which extractors are trained for each document type and field.
B.
To present a document processing specific user interface for validating and correcting automatic classification outputs.
C.
To create and edit a Taxonomy file specific to the current automation project.
D.
To select the type of ML that can be used in the project.