Scraping table data from a .PDF using Camelot-py, and it is not detecting tables with 2/1 rows.
Code used to read tables:
abc = camelot.read_pdf('IR-O-U-0436.pdf', pages="all")
From the images, you can see that sponsored research table is being read in abc[15] and the second part of the consultancy project details table is being read in abc[16] but the first part of the consultancy project details table is being missed by Camelot.
Any insight would be greatly appreciated.