I am trying to read the pdf file and after reading trying to do its Text analysis, but whenever i am trying to print the value of “Sentence”[Variable] ,I am getting an error message as Object reference not set to an instance of an object.
So please suggest me where I am going wrong.
@Asmit_Anand1 Check wjhat result you are getting in text analysis activity because you are getting error object reference not set to am instance of an object this error occurs when variable is having null value
I changed the type argument in For Each loop as u said but still i am getting the same error . Please can you check my .XAML file once.
Here is the sample pdf file - aditi.raikar123@gmail.com.pdf (315.2 KB)
Your error is thrown from For Each activity.
Is your collection having a value when reaching this step? If not null reference exception would be thrown.
Got a remote server error when I tried to run.
I am not sure if you are configuring the correct server address too.
But atleast this should help you debug where things are going wrong.
Thanks a lot for a quick reply
I have done the server setup correctly because whenever i am trying to use this link [http://dd369128.ngrok.io] manually ,it gives the fine result. (I have done the server setup in different PC and using the same link on my PC.
Anyways i will try again.