1001 - Specified Model not found or not ready. Custom template.

Camille de Sancy 0 Reputation points
2023-03-21T11:58:25.03+00:00

I tried to connect my logic app to Form Recognizer :

  • detect when receive email on Outlook, check attachments.
  • try to connect to my custom template trained in Form Recognizer Studio to detect the fields :

Add Analyze Custom Form action and connect to Form Recognizer ressource + Model Id.

Get error => 1001 - Specified Model not found.

I already have check if id is the same than the one in Recognizer Studio.

Thank you

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,829 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,343 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,646 Reputation points Microsoft Employee
    2023-04-11T18:02:52.83+00:00

    @Camille de Sancy The error message "1001 - Specified Model not found" indicates that the model ID you provided in the Analyze Custom Form action is either incorrect or the model is not yet ready. Please double-check the model ID and ensure that the model has been successfully trained and published in the Form Recognizer resource. You can also try to wait for a few minutes and try again later. If the issue persists, you can refer to the Form Recognizer error guide for more information on troubleshooting the error.

    0 comments No comments