@Shiv Patel I believe you have created a model from Azure form recognizer studio using an API version greater than v2.1
The logic apps connector only supports integration with models created with REST API v2.1 and hence it is unable to list the model when it connects to your FR resource since the API version cannot be configured for newer models. Please see the note on top of this page for details.
If you are using the model created with v2.1 and still the same error is shown, then the status of model not found or not ready implies that the model failed to train successfully.
I hope this helps!!
If an answer is helpful, please click on or upvote
which might help other community members reading this thread.
Version v2.1 and v2.0 are not mapped to any specific dates. The versions after v2.1 are based on the date since there have been many breaking changes in the API and the service.
so I don't see the option to select v2.1 in the drop-down list so How can I create a form recognizer with v2.1 API version. I am little confused about where to select REST API version during form recognizer project setup.Please let me know
@Shiv Patel Form recognizer studio cannot create a v2.1 project from scratch. It only supports any previous custom models that are migrated from v2.1 labeling tool.
To create v2.1 custom models you can use the API or the labeling tool.
Sign in to comment