I’m trying to extract table from text based pdf using tabula.
I extract each table from Tabula (Web application) individually using Data scraping and write in an excel file. I iterate through the each table using table index. Number of tables in each pdf is different. So upper bound index number of table in web page varies with the number of tables. What is the best way to find the upper bound index number?