Extract table from PDF file

Hi Everyone.

I have a pdf file with structure as below picture. I want to extract the table as highlight red.

I have read it, return text as output below.

How to do extracted the table as datatable.

Thanks in advance!

Hi @Mr.H

Set preserve format option of Read PDF Text as True. Save the output string in text file using write text file activity.
Use regex to extract information.

This post will be useful for regex

If possible share the text file.

1 Like

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