API:- https://{endpoint}/formrecognizer/documentModels:build?api-version=2022-01-30-preview
Payload :-
{
"azureBlobSource": {
"containerUrl": "sas uri",
"prefix": "foldername/"
},
"description": "description",
"buildMode": "template",
"modelId": "{uuid}"
}
Hi,
I used the above v3.0 api and payload to train a model without labels but i am getting this error message
"Could not build the model: Can't find any OCR files for training." from the api in header["operation-location"] key
It is working with v2.1 api.