I have created a custom Model in Azure AI, I have configured the integration between Azure AI and UiPath, i used Analyze document activity where i used Uploaded by file i passed the path of the pdf file. but Analyze result give null for all field. Any suggestion to fix it
If Analyze Document returns null fields, it usually means the custom model is not being applied. First verify the model works in Azure AI Studio with the same PDF. Then check that the correct endpoint, API key, and model ID are selected in UiPath. Make sure the document matches the layout the model was trained on and that the model is trained and published.
Check if this works
did you use get status before getting results…get status should give successful result before getting the analysis output values
also you can find the traces of the results in azure ai studio if it is extracted or not ..can you check the same for logs
cheers
1 Like
Hello @Anil_G
Thanks. It is working now
1 Like
