Identifies what type of document the robot is currently processing.
B.
Presents a document processing-specific user interface for validating and correcting automatic classification outputs.
C.
Empowers the closing of the feedback loop to any classification algorithm capable of learning.
D.
Retrieves the text from any PDF or image, using, only if necessary, the OCR engine.
The Answer Is:
A
This question includes an explanation.
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
TheDocument Classificationstep in Document Understanding identifies thetype of document(e.g., Invoice, Receipt, Contract) being processed. It uses trained classification models to assign the correct document type before extraction begins.
This is critical in cases where multiple document types are processed together.