ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 98 - AI-102 discussion

Report
Export

You are developing the document processing workflow.

You need to identify which API endpoints to use to extract text from the financial documents. The solution must meet the document processing requirements. Which two API endpoints should you identify? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.
/vision/v3.1/read/analyzeResults
Answers
A.
/vision/v3.1/read/analyzeResults
B.
/formrecognizer/v2.0/custom/models/{modelId}/analyze
Answers
B.
/formrecognizer/v2.0/custom/models/{modelId}/analyze
C.
/formrecognizer/v2.0/prebuilt/receipt/analyze
Answers
C.
/formrecognizer/v2.0/prebuilt/receipt/analyze
D.
/vision/v3.1/describe
Answers
D.
/vision/v3.1/describe
E.
/vision/v3.1/read/analyze
Answers
E.
/vision/v3.1/read/analyze
Suggested answer: C, E

Explanation:

C: Analyze Receipt - Get Analyze Receipt Result.

Query the status and retrieve the result of an Analyze Receipt operation.

Request URL: https://{endpoint}/formrecognizer/v2.0-preview/prebuilt/receipt/analyzeResults/{resultId} E: POST {Endpoint}/vision/v3.1/read/analyze

Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents.

Scenario: Contoso plans to develop a document processing workflow to extract information automatically from PDFs and images of financial documents The document processing solution must be able to process standardized financial documents that have the following characteristics: - Contain fewer than 20 pages.

- Be formatted as PDF or JPEG files.

- Have a distinct standard for each office.

*The document processing solution must be able to extract tables and text from the financial documents. The document processing solution must be able to extract information from receipt images.

Reference: https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2preview/operations/GetAnalyzeReceiptResult https://docs.microsoft.com/en-us/rest/api/computervision/3.1/read/read

asked 26/09/2024
Jevgenij Žarikov
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first