Dear All,
I want to extract These 2 Tables. How can I achieve it?
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?
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.
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