Extracting table from PDF and splitting row by column

@Vanitha_Agamin ,

We would need to Identify the Different PDF formats from the Start if at all possible, We would require to Gather all the formats, and it’s Samples and Test whether the Extraction using Simple Methods like Regex/String Manipulation is possible.

Once, we have Gathered all the pdf formats that would appear as Inputs, we should be able to Categorise them, based on their Keywords, So that we can Use a Particular Regex Pattern/String Manipulation Technique to Extract Data for that Particular PDF and so on for other PDF formats.

If the above is not at all under the consideration, then you might need to use Some Third Party Tools for Extraction, which can be used to Extract any Table format in PDF but also may require you to Purchase it’s License or Only have a Trial Version of it.

One Such Component is Provided in the Below Post, which looks very similar to your case :

You could Browse More Such Components in the UiPath Markeplace :

However, If you Currently need the Extraction for the PDF type provided, you can Check the Below Workflow which is done using Regex Patterns:
Extract_TableData_Regex.xaml (9.2 KB)

Let us know your decision and Thoughts.