Anchor Base is running an error, can someone translate?

I’m trying to use anchor base to extract data from multiple PDFs and I keep running the below error:

18.3.1+Branch.master.Sha.4c05f670b311e90ee097c589605b399e9bee4874

Source: Find Image ‘Acrobat.exe 109-00020.p…’

Message: Activity timeout exceeded

Exception Type: UiPath.Core.Activities.ActivityTimeoutException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.Activities.ActivityTimeoutException: Activity timeout exceeded
at UiPath.Core.Activities.AnchorBase.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Its probably user error as I’m new to using UIPath, can someone assist?

Thanks!

Find Image Timeout got exceeded. So the image was not found. Try using Find Element instead of Image.

Thanks Vivek, I switched to Find Element and now the Get Text function of the Anchor Base is running an error; see below:

18.3.1+Branch.master.Sha.4c05f670b311e90ee097c589605b399e9bee4874

Source: Get Text ‘Page’ (Get Text ‘Page’)

Message: TypeConverter cannot convert from System.String.

Exception Type: System.NotSupportedException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.NotSupportedException: TypeConverter cannot convert from System.String.
at UiPath.Core.Activities.AnchorBase.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

This is a pdf that is text based.

I was able to resolve!

@kdunleavy006 how did you resolve this