Form Recognizer Client Operations

Form Recognizer Client Supported Operations

Question

You are tasked to use the client libraries to use in your application in order to access Form Recognizer service.

You plan to use client types “FormRecognizerClient” and “FormTrainingClient” to perform various operations on your object model.

Review the answer choices below and select the operations supported through “FormRecognizerClient”

(Choose two answer choices)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

Correct Answers: C, D and E.

Option A is incorrect because FormTrainingClient client type provides operation for managing a model.

Option B is incorrect because FormTrainingClient client type provides operation for copying a custom model from one resource to another.

Option C is correct because FormRecognizerClient client type provides operation for recognizing form fields and collecting field values in RecognizedForm object.

Option D is correct because FormRecognizerClient client type provides operation for recognizing form content and collecting field values in FormPage object.

Option E is correct because FormRecognizerClient client type provides an operation for recognizing common fields from invoices .

Reference:

To learn more about Form Recognizer client libraries, use the link given below:

The FormRecognizerClient is a client library that allows you to access the Form Recognizer service, which is an AI-powered service in Microsoft Azure that extracts information from forms and invoices. The FormRecognizerClient library supports several operations that you can perform on your object model. Here's a detailed explanation of the two operations that are supported through FormRecognizerClient:

A. Manage model: The FormRecognizerClient library allows you to manage your custom models that you have created using the Form Recognizer service. You can perform various operations on your custom models such as creating a new model, deleting an existing model, listing all the models in your account, and getting details about a specific model. This is a useful operation if you want to manage your models programmatically instead of using the Azure portal.

E. Identify common fields from invoices: The FormRecognizerClient library also allows you to identify common fields from invoices. For example, you can extract information such as the invoice number, date, and total amount from an invoice using the Form Recognizer service. This is useful if you have a large number of invoices that you need to process and extract information from.

The other answer choices are not supported through the FormRecognizerClient library:

B. Copy a custom model: The FormRecognizerClient library does not support copying a custom model. However, you can copy a custom model using the Azure portal or the REST API.

C. Collect field values in RecognizedForm object: Collecting field values in a RecognizedForm object is not a supported operation through FormRecognizerClient. However, you can collect field values using the RecognizedForm object returned by the Form Recognizer service.

D. Collect content values in FormPage object: Collecting content values in a FormPage object is not a supported operation through FormRecognizerClient. However, you can collect content values using the FormPage object returned by the Form Recognizer service.