Found this on Github. Worked for me
import pandas as pd
import camelot
FileName="Filepath"
DF3=camelot.read_pdf(FileName,multiple_tables=True,options="--pages 'all'", lattice= True)
print DF3