Hello Paul de Goede,
Greetings and Welcome to Microsoft Q&A! Thanks for posting the question.
I understand that 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.
- 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.
- 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.
Also verify these steps
Check OCR Files by verifying that all documents in the storage container have OCR-extracted data. You can test this by manually running OCR using the Azure Document Intelligence Analyze API to ensure the files are processed correctly.
File Naming and Structure should be validated, ensuring the documents and corresponding labels.json
files are correctly paired and placed in the same folder.
Region Consistency by verifying that the storage blob and the Document AI project are located in the same region. Any mismatch in regions can lead to access issues, so align these resources for successful training.
I hope you understand. And, if you have any further query do let us know.
Thank you!