0
votes

The documentation for the containerized form recognizer refers to the cognitive-services-recognize-text:latest but the link provided goes to cognitive-services-read:latest. Which one is the correct recognize text container?

https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/form-recognizer-container-howto

1

1 Answers

0
votes

The "Recognize-Text" API is being deprecated (see doc) and replaced by "Read" (Batch Read) API.

So I guess you are pointing to the right container but Form Recognizer's documentation is outdated yes.

You can edit the doc and submit a PR to fix it. It will be validated by people on Microsoft's side