Extract Different Tables From PDF

Dear All,
I want to extract These 2 Tables. How can I achieve it?

@raja.arslankhan

For extraction of Tables from PDF you can try with Document Understanding
Also, if you want to try with some open source you can also check with Camelot library for Python

You can easily integrate the python code using the Python Activities of UiPath

Hope this may help you

Thanks,
Srini

@Srini84 I can’t use Document Understanding for single pdf …because I am getting one pdf every time.
can you give other way?

@raja.arslankhan

Other way is to see the Camelot Library Python

Hope this may help you

Thanks,
Srini

Thank you so much. Can you tell me that can I run Comelot Library in UiPath studio

Hi @raja.arslankhan ,

Give a try using the regex expressions. If the format is the same throughout you should be able to extract it as needed. Check the below post on Table extraction using regex :

This will work only for Digital Documents.

@raja.arslankhan

You can refer more details on Camelot library below screen
https://camelot-py.readthedocs.io/en/master/

Once you complete your python script, you can call that script through python Activites from UiPath

Also suggest to look @supermanPunch suggestion as well

Thanks,
Srini

2 Likes