New Compose Function Not Appearing in Sample Labeling Tool

ehoke 56 Reputation points
2020-09-15T18:01:04.763+00:00

I recently am trying to use the new 2.1 preview API for the form recognizer sample labeling tool. However the interface is lacking the new compose model functionality mentioned in the documentation. Is there anyway of making this appear. For reference here is my docker showing it is running the correct program:24930-image.png

And here is the interface for this application. Showing that it lacks the new compose feature on the left hand side. 24868-image.png

Any way to make sure that the updated interface is available? Thanks.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,721 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 46,911 Reputation points Microsoft Employee
    2020-09-16T10:30:38.233+00:00

    @ehoke I have tried pulling the latest image and the compose option is available in the UI. Here is the screen shot.

    docker pull mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool:2.1.012970002-amd64-preview  
    docker run -it -p 3000:80 mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool:2.1.012970002-amd64-preview eula=accept  
    

    25186-image.png

    Do you see any errors on the console or could you try a different browser like chrome or IE?

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.