exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 14 question 1 discussion

Actual exam question from Microsoft's AI-102
Question #: 1
Topic #: 16
[All AI-102 Questions]

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
  • B. /formrecognizer/v2.0/custom/models/{modelId}/analyze
  • C. /formrecognizer/v2.0/prebuilt/receipt/analyze
  • D. /vision/v3.1/describe
  • E. /vision/v3.1/read/analyze
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rupert1o1N
Highly Voted 2 years, 8 months ago
guys so what is the correct answer
upvoted 17 times
mustafaalhnuty
7 months, 1 week ago
BC you need receipt model as requerment say
upvoted 1 times
...
JakeCallham
7 months, 4 weeks ago
B E is the right answer
upvoted 3 times
mrg998
7 months ago
B & E I would say are correct. C would be limited to just recipts where as E would allow loads of document types.
upvoted 1 times
...
...
...
Moody_L
Highly Voted 2 years, 10 months ago
Selected Answer: B
Contoso have a distinct standard for each office. Is the customized form recognizer more appropriate?
upvoted 9 times
sdokmak
2 years, 10 months ago
Agreed, also the receipt text extraction is separate to the financial documents, question is only about the financial documents. "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."
upvoted 2 times
...
...
syupwsh
Most Recent 1 month, 3 weeks ago
Selected Answer: BC
"extract text from the financial documents" BC since Azure Form Recognizer fits the use case
upvoted 1 times
...
mustafaalhnuty
7 months, 1 week ago
BC 100%
upvoted 3 times
...
flist
7 months, 1 week ago
B, E https://learn.microsoft.com/en-us/rest/api/aiservices/custom-models/analyze-document?view=rest-aiservices-v2.1&tabs=HTTP https://learn.microsoft.com/en-us/rest/api/computervision/read/read?view=rest-computervision-v3.1&tabs=HTTP
upvoted 1 times
...
JakeCallham
7 months, 4 weeks ago
Selected Answer: BE
Analysis of Endpoint C Relevance: Pros: Ideal for extracting information from receipt images, which is one part of the requirements. Cons: Limited to receipts and may not be flexible enough for extracting tables and text from a variety of standardized financial documents. Analysis of Endpoint E Relevance: Pros: Flexible and can handle a wide range of document types including PDFs and JPEGs, fulfilling the requirement for processing standardized financial documents that contain fewer than 20 pages. Cons: Does not specifically target receipt information but can still extract text from receipts. Conclusion Answer is E
upvoted 2 times
...
SorinGav
9 months ago
B, C: Need to extract receipts and tables. So the endpoints format are actually from a 2.x version of the doc intelligence form recognizer API which can be found here: https://learn.microsoft.com/en-us/rest/api/aiservices/custom-models/analyze-document?view=rest-aiservices-v2.1&tabs=HTTP To extract tables, a call to a custom model could be used if the layout one is not between the options.
upvoted 1 times
...
krzkrzkra
9 months, 2 weeks ago
Selected Answer: BC
Selected Answer: BC
upvoted 2 times
...
nanaw770
10 months, 1 week ago
Selected Answer: BC
BC is the correct answer.
upvoted 4 times
...
takaimomoGcup
11 months, 1 week ago
Is this question still available on May 21, 2024?
upvoted 1 times
...
takaimomoGcup
11 months, 1 week ago
Is this question still available on May 21, 2024?
upvoted 2 times
...
azure_bimonster
1 year ago
Selected Answer: BC
B and C are correct as they are part of Azure Form Recognizer.
upvoted 2 times
...
Murtuza
1 year ago
Please note that these endpoints are part of Azure’s Form Recognizer service, which is designed for extracting text, key/value pairs, and tables from documents. It’s a great fit for your document processing requirements. The other endpoints listed (Option A, D, and E) are part of the Computer Vision service and are more suited for different tasks such as analyzing results of Read operation, describing an image, and running Read operation respectively. They might not be the best fit for your specific document processing needs.
upvoted 3 times
...
Murtuza
1 year, 1 month ago
Selected Answer: BC
To meet Contoso’s document processing requirements for standardized financial documents, consider the following two API endpoints: /formrecognizer/v2.0/custom/models/{modelId}/analyze: This endpoint is ideal for extracting information from financial documents. It allows you to analyze custom models specifically designed for invoices and receipts. With this API, you can extract both tables and text from documents that adhere to distinct standards for each office1. /formrecognizer/v2.0/prebuilt/receipt/analyze: Designed for receipt analysis, this endpoint simplifies the extraction of relevant data from receipt images. It’s well-suited for handling financial paperwork in PDF or JPEG formats, especially when dealing with documents containing fewer than 20 pages1. By utilizing these endpoints, you can efficiently process financial documents, extract essential information, and enhance your document processing workflow.
upvoted 3 times
...
evangelist
1 year, 2 months ago
Selected Answer: BC
B for customization C for prebuilt receipt with minimum efforts
upvoted 4 times
...
PCRamirez
1 year, 2 months ago
According to Windows Copilot: B) /formrecognizer/v2.0/custom/models/{modelId}/analyze: This endpoint is part of the Form Recognizer service. It allows you to create custom models for extracting structured data from documents. By training a custom model with examples of financial documents, you can extract relevant information such as tables and text. Since the solution needs to process standardized financial documents with distinct standards for each office, using a custom model tailored to your specific requirements is a suitable choice. C) /formrecognizer/v2.0/prebuilt/receipt/analyze: This endpoint is also part of the Form Recognizer service. It is specifically designed for extracting information from receipt images. Given that the solution must handle receipt data, this prebuilt receipt analysis endpoint is a good fit.
upvoted 1 times
...
lastget
1 year, 3 months ago
Selected Answer: BC
Accroding to the problem, we need: 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. So the answer I will choose BC
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago