You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyze Results Logic App - send single-page PDF document data to REST API endpoint of trained custom document model
Next step is to open the Logic App designer in the Azure portal for the second Logic App you deployed with "analyzeresults" in the name.
Add the Azure Blob Storage trigger When a blob is added or modified (properties only) (V2) with the following settings:
Property
Setting
Storage account name
Use connection settings
Container
/single
Number of blobs to return
1
How often to you want to check for items
1 Minute
Add a new step: Create SAS URI by path (V2) with the following settings:
Property
Setting
Storage account name
Use connection settings
Blob path
List of Files Path (Dynamic Expression)
Add a new step: HTTP
Please note that you will have to replace a few variables tailored to your resource deployment. Here are the variables you must replace:
FORM_RECO_URI: this is the Endpoint of your Form Recognizer service in Azure. You can find your endpoint here after navigating to your Form Recognizer service that was created during resource deployment.
FORM_RECO_KEY: this is the Key used to access your Cognitive Service API. You can find your Key here after navigating to your Form Recognizer service that was created during resource deployment.
MODEL_ID: this is the Model ID that you created while training a custom document model in Form Recognizer Studio.