Hi @Zach Paul , Thanks for using Microsoft Q&A Platform.
According to my understanding, the files were either not uploaded or the labels were not properly created.
Here's a workaround:
- After you've finished building the model, go to the appropriate storage account and select the blob container you've created.
- You can upload all of your files by selecting the upload button at the top, as shown here. This is one method for uploading files. Following this, you can proceed to the studio, where the files can be seen. Note: Please ensure that you are in the correct storage account -> blob container folder.
- Another method is to directly upload files from the form recognizer studio by selecting the browse for a file option.
4. After this step, choose either step 2 or step3. If the files are successfully uploaded, we can see two files in blob containers named filename.jpg and filename.jpg.ocr.json for each uploaded file.
5. Then, in FR studio, select the + icon and create labels for each file; the labels.json file will be created in blob containers, and the model can be trained and tested.
Coming to your question related to labels.json file, Yes, as you can see in the step 5 after we label the fields in the FR studio then the labels.json file will be created automatically for the particular file in the training docs folder.
Please also refer to this documentation for a more detailed step-by-step explanation of how to train a custom model.
I hope this helps!
Regards,
Vasavi
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.