Selector not found while using anchor base

Hello , i’m new user of UI path.I’m trying to get the selected content of pdf file using anchor base method but i’m not getting the actual selector.

Instead of this you can use Read PDF activity and get the specific content from there

yes but i want only the invoice total amount from multiple pdf

You can have for each loop. Use Directory.GetFiles(“DirectoryPath”,“*PDF”) this will give you array of all the files in the folder

There is a snippet in the library called For Each File in Folder. Hope it helps…