AzureAIScope

Microsoft Azure AI-powered document extraction service understands your forms.
FormRecognizer applies advanced machine learning to accurately extract text,key/
value pairs and tables from documents. With just a few samples, Form Recognizer
tailors its understanding to your documents. Turn forms into usable data at a fraction
of the time and cost, so you can focus more time acting on the information rather than
compiling it.

You need an Azure subscription to use the AzureAIFormRecogniser activities.

Important

To create an Azure account, Click on the following link. 

Create Your Azure Free Account Today | Microsoft Azure

Create a cognitive services resource using your subscribed azure account. Follow the below link for how to create the cognitive resource. 

Create a Cognitive Services resource in the Azure portal - Azure Cognitive Services | Microsoft Learn

You will get an end point and two account keys like below,

Sample End point: https://westus2.api.cognitive.microsoft.com
Sample Account key- "1b******395******4ae********f7"

Technical Reference

 

 

 AUTHENTI
CATION

AccountKey: Enter the account key received at the time of account creation.

EndPoint: Specify the Endpoint received at the time of account creation

 

 

 

 

 

 

 MISC

Body: This auto populates once an activity is dropped into the scope

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”. By default, it is set to “False.”

True: Continues the workflow to the next step

False: Stops the workflow and throws an error.

Version: It specifies the version of the AzureAIForm recognizer feature in use.

*Mandatory fields to execute all activities