Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign upSummary of your issue
Reading certain PDFs in stream mode...
df = read_pdf(u,stream=True,pages='all')
causes the following exception in pandas:
tab…