Hello,
I am trying to train a custom model using labels provided using my app UI (PHP).
After uploading documents + (label,ocr,fields) JSON files to azure storage services - all documents are named/structured according to documentation I run into the following errors when training request is sent:
Cant find any valid labels for provided dataset / Label file belongs to other document / Cannot use fields.json when I send the training request.
I inspected all documents + label ocr and fields jsons and everything respects all documentation standards.
For testing purposes I uploaded manually the documents into the ocr testing tool and trained my custom model using my custom labels - everything works ok. Before pressing the train button i've downloaded all files generated by the testing tool and compared them with files uploaded to storage container using my app. No differences were found.
In labeling tool tab inside ocr testing tool document+labels looks ok - all labels have the correct position and content.
Does anyone have any idea how can i fix this?
Thanks :)
