Hi,
Have multiple pdf with multiple tables,and need to take the count of rows for a particular table.
Please guide me how to count the rows of table which is present in pdf file.
Hi,
Have multiple pdf with multiple tables,and need to take the count of rows for a particular table.
Please guide me how to count the rows of table which is present in pdf file.
Hello @yashashwini2322, you could try this:
Cheers!!
use read pdf text activity
if your pdf contains contains the unique values like invoice number, specific keywords, or other distinctive patterns in the pdf text find it
If you find the unique patterns in the text by using regex or string manipulations
increment the count every time if it finds new pattern
Can you please provide any sample flow/ code.
This would be a help full for me
I’m currently on my phone, but I believe if you try following the steps you’ll reach the solution.