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?
A.
Use the Cloud Vision API with TEXT_DETECTION type to extract text from the invoices and receipts, and use a pre-built natural language processing (NLP) model to parse the extracted text.
B.
Use the Cloud Document AI API to extract information from the invoices and receipts.
C.
Use Vertex AI Agent Builder with the pre-built Layout Parser model to extract information from the invoices and receipts.
D.
Train an AutoML Natural Language model to classify and extract information from the invoices and receipts.
Answer: B.
DocumentAI API is much better at extracting specific fields and returning more repeatable results for specific field extraction than Cloud Vision (which is more directed at Object detection, etc.)
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
5091a99
2 months ago