What is the syntax for the model identifier field in Form Recognizers - LogicApp connector Analyze Custom Form?

Joe Deal 5 Reputation points
2023-03-21T15:36:45.8333333+00:00

The popup hint for the model identifier shows:

Format - uuid. Model identifier.

In the current iteration of the Form Recognizer Studio, there is no uuid anywhere that I can find to use. I've used the projectname as project1.model2 but it fails with Code 1002 "Analyze request is either invalid or missing required parameters."

I've also used just model2 as the model identifier with the same results.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,078 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,613 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 44,661 Reputation points Microsoft Employee
    2023-03-23T05:29:42.0766667+00:00

    @Joe Deal I believe you have created a FR custom model using v3.0 version. I see a action for v3.0 for prebuilt and custom models in the connector reference page here.

    I see the following is supported for v3.0 connector for this action.

    Prebuilt modelIds: prebuilt-read, prebuilt-layout, prebuilt-document, prebuilt-businessCard, prebuilt-idDocument, prebuilt-invoice, prebuilt-receipt, prebuilt-tax.us.w2, prebuilt-vaccinationCard, prebuilt-healthInsuranceCard.us. Custom modelId format - [a-zA-Z0-9][a-zA-Z0-9._~-]{1,63}. Unique model name.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.