How to search for unique keyword in multiple pdfs?

we want to validate pdfs based on unique keyword. Please can anyone write the workflow?

@raju_alakuntla

  1. Create an array of unique words.

  2. And the read one by one pdf file using Read PDF Text activity and assign it to string variable.

  3. And then loop one by one key word from array and check against PDF text. If its exists then it is valid pdf else not.

can you please share the workflow for me? i am not able to do it

Hi @raju_alakuntla

Take a look here.

Further to @lakshman’s post - this video tutorial is a bit more of an advanced use case but is pretty similar and should help.

Reach out if you need more help.

Cheers

Steve

1 Like

@raju_alakuntla Check the below workflow

Example.zip (30.9 KB)

Note: Install UiPath.PDF.Activities