py-pdf / pypdf_table_extraction

A Python library to extract tabular data from PDFs
https://camelot-py.readthedocs.io
MIT License
15 stars 7 forks source link

add support for file_bytes argument with managed_file_context() #16

Open bosd opened 3 months ago

bosd commented 3 months ago

This is an attempt to cherry-pick in the PR from #15.

Was really fighting with git and the merge commits on the fork of a fork and so on... Cherry pick approach was the cleanest.

I hope to have solved the merge conflicts correctly. Please review..