PDF validation from Excel

I have a PDF invoice and mapping excel keyword sheet. task is to extract the data from pdf and validate that if any keyword is available in pdf or not. if its available then PDF is Good to Process and along with that we need to write down the keyword we found.

I have extracted the data from pdf and got the datatable as well, I need help to validate the data. can you please help me :slight_smile:

Hi @Dmitri00007

Use output datatable pass the datatable variable in in put and store it in the variable and it will be in the string datatype.

give the condition
OuyputDatatablevar.contains(“Your Validation text”)

You can use this only when you will have that validation text in the pdf only once (i.e. if it is only unique and present in the pdf only once)

Regards
Sudharsan

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.