Form Recognizer Issue with the new API version 2022-06-30-preview

Naqqash 21 Reputation points
2022-06-07T16:34:43.88+00:00

On 7th June 2022, it seems that the latest API version '2022-06-30-preview' of FR is launched. It includes some really great features such as table detection on multiple pages. Unfortunately, there is one very strange issue that I am facing, which IMO should not happen.

So far most of our models are based on the API version '2022-01-30-preview'. Recently, I have created a few models by using '2022-01-30-preview' version of the API. Today I tried to create a Composed model by using some of these models and I got the following error;

'Could not compose the model: Compose request must include only component models built using API Version '2022-06-30-preview' or later.

apim-request-id: b1978a98-d283-48f7-982d-b76c11865c71'

This to me seems to be an error or a breaking change. It should not happen. I understand if I am combining model from two different API versions but in my case all the models are from the same API version.

Furthermore, on the production side our application is C# and .NET based. Apparently, the Nuget package still does not have updates from the latest version which is '2022-06-30-preview' and also the reference RESP API document is not updated.

https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument
https://www.nuget.org/packages/Azure.AI.FormRecognizer/4.0.0-beta.3

Please advice on how to resolve

1) The Compose models issue
2) Updated Nuget with changes from '2022-06-30-preview'

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,100 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Aman Karmani 21 Reputation points
    2022-06-07T23:00:39.513+00:00

    Did you find any announcement or list of new features?


  2. vidhi_manch 1 Reputation point
    2022-08-11T07:18:10.14+00:00

    Hi, I am facing a similar issue and was wondering if this was resolved? @Naqqash @YutongTie-MSFT

    0 comments No comments

  3. Naqqash 21 Reputation points
    2022-08-11T09:55:40.12+00:00

    Yes both issues are resolved for me.


  4. Naqqash 21 Reputation points
    2022-08-22T12:50:02.27+00:00

    I tested as usual using form recognizer studio.

    1) I could composed a model created in newer and the previous version and I did not get any error
    2) Nuget package is updated - once can check online https://www.nuget.org/packages/Azure.AI.FormRecognizer/4.0.0-beta.5#versions-body-tab

    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.