PDF Data Extraction (Invoice)

@Aditya_Srinivas - If all your 1000 Pdf invoices follows the same pattern, then

  1. Read PDF activity , using Preserve format true and output to Stringvariable.
  2. Input the stringvariable to Matches activity and build Regex pattern
  3. Write the output

It will be different for every cases. if you could you share some sample text from the read pdf activity , we can help with Regex.

You can refer this post.