Can I know which form recognizer version that is v2 or v3.0 of azure formrecognizer is used in Azure Cognitive Connector service?
also Can some one help me with both the documentprocessor and Azure Cognitive services connector tutorial from scratch.
Any update on this?
The Document FormRecognizer (reactive) now requires the BaseURL to be modified from the API.
The correct BaseURL should be: https://<<DocumentIntelligence_Resouce_EndPoint>>.cognitiveservices.azure.com/formrecognizerAnd the RequestURLPath must be v2.1 or later.
https://<<DocumentIntelligence_Resouce_EndPoint>>.cognitiveservices.azure.com/formrecognizer/v2.1/custom/models
With these modifications, everything functions correctly from my side.