Model Build Error: Invalid label
I have built a custom form recognizer model using the Azure storage explorer path to extract the files and brought in the files to build tables for this model. I have used a sufficient number of documents for training as well, but once I hit 'Train', I am getting the following error:
ModelBuildError: Could not build the model: Can't find any valid labels for provided dataset. Labels file
Along with this message next to it:
'Contains invalid label name': Label file
This is showing for all of the files I pulled. I checked the label names, file names, extraction path and all of it tracks perfectly. What is the best way to fix this problem?