nerdexam
Google

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…

Submitted by lucia.co· Apr 18, 2026ML model development

Question

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?

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)
  • A
    2% (1)
  • B
    88% (45)
  • C
    8% (4)
  • D
    2% (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

#Document AI#Information Extraction#Pre-trained APIs#Low-code ML

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice