PDF File reading and extract specific sentence containing the key words

@Mili_Rajakaruna

Welcome to the forum :wink:

Read_PDF_WF.xaml (46.3 KB)
Here we go!

  1. Read the pdf with the read pdf activity

  1. Split(pdfText,Environment.NewLine(0))(5) - This sentence means that I an splitting in lines and taking the fifth line.
    *note that this factura variable is a string array

  2. If you wanto to extract just some values you can find an index word in this case KW, ten characters after that specific words and taking 23 caractes of it.


Happy automation. :slight_smile:
don’t forget to like us!

2 Likes