I am getting below error. I have trained my model in labelling tool - https://fott-preview.azurewebsites.net/ .
with open(path_to_sample_content, "rb") as f:
poller = form_recognizer_client.begin_recognize_custom_forms(model_id = model_id, form = f)
When I run the code above getting below error.
HttpResponseError: (1027) The Form Recognizer API version used to create the model and the current API version used for analyze are incompatible.