PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #313
You are building an application that extracts information from invoices and receipts. You want to implement this application with minimal custom code and training. What should you do?
The correct answer is B. Use the Cloud Document AI API to extract information from the invoices and receipts. The Cloud Document AI API is specifically designed for processing and extracting structured information from documents such as invoices and receipts. It provides pre-trained models that can recognize and extract relevant fields (e.g., invoice number, date, total amount) with…
Question
Options
- AUse the Cloud Vision API with type to extract text from the invoices and
- BUse the Cloud Document AI API to extract information from the invoices and receipts.
- CUse Vertex AI Agent Builder with the pre-built Layout Parser model to extract information from the
- DTrain an AutoML Natural Language model to classify and extract information from the invoices and
How the community answered
(51 responses)- A2% (1)
- B88% (45)
- C8% (4)
- D2% (1)
Explanation
The Cloud Document AI API is specifically designed for processing and extracting structured information from documents such as invoices and receipts. It provides pre-trained models that can recognize and extract relevant fields (e.g., invoice number, date, total amount) with minimal custom code or training. This solution requires minimal setup and is highly efficient for structured documents, making it the ideal choice for this use case.
Topics
Community Discussion
No community discussion yet for this question.