Azure Form Recognizer - Prebuilt Receipt Model: Extract Field Information

Extracting Field Information using Azure Form Recognizer's Prebuilt Receipt Model

Question

Azure Form Recognizer enables you to build automated data processing software using machine learning technology.

You can use the Prebuilt Receipt model of Form Recognizer for reading sales receipts in English.

Review the choices given below and select three choices for which the Prebuilt Receipt model of Form Recognizer can extract field information:

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

Correct Answers: A, D and E.

Option A is correct because the Quantity of each item is extracted using the Prebuilt Receipt model of Form Recognizer for reading sales receipts in English.

Option B is incorrect because the Discount field is not configured to extract field information using the Prebuilt Receipt model of Form Recognizer for reading sales receipts.

Option C is incorrect because the PaymentMethod field is not configured to extract field information using the Prebuilt Receipt model of Form Recognizer for reading sales receipts.

Option D is correct because the type of sales receipt is extracted using the Prebuilt Receipt model of Form Recognizer for reading sales receipts.

Option E is correct because the listed address of the merchant is extracted using the Prebuilt Receipt model of Form Recognizer for reading sales receipts.

Reference:

To learn more about Form Recognizer prebuilt receipt model, use the link given below:

The Prebuilt Receipt model of Form Recognizer is a pre-trained machine learning model provided by Azure Form Recognizer that can be used to extract field information from sales receipts in English without the need for custom training data. The model uses optical character recognition (OCR) and machine learning algorithms to identify and extract information from different fields on a receipt.

Out of the given choices, the Prebuilt Receipt model of Form Recognizer can extract field information for the following three choices:

A. Quantity: The Prebuilt Receipt model can extract the quantity of items purchased from the sales receipt. This information is typically displayed in the form of a number or quantity descriptor, such as "2" or "2 lbs."

B. Discount: The Prebuilt Receipt model can also extract information about discounts applied to the sale. This information may be displayed as a percentage or a dollar amount, such as "10% off" or "$5 discount."

E. MerchantAddress: The Prebuilt Receipt model can extract the merchant address from the sales receipt. This information may be displayed in various ways, such as a street address, city, state, and zip code, or a single address line.

The other choices given, PaymentMethod and ReceiptType, are not fields that the Prebuilt Receipt model can extract information from. However, it's worth noting that the Azure Form Recognizer service provides custom training capabilities to create models that can extract information from different types of forms and documents, including invoices, purchase orders, and more.