Category "tabula"

Getting a 'CalledProcessError.... returned non-zero exit status 1' on running tabula.read_pdf() function on python 3.6

I have tried all possible options. Please help I am getting the following error while running the read_pdf() of tabula in python. The error is CalledProcessE

Tabula read pdf - CalledProcessError

I am using tabula to read tables from a pdf. The documents I'm extracting data from are really large, so I'm using a for-loop to run through the different pages