py-pdf / pypdf_table_extraction

A Python library to extract tabular data from PDFs
https://pypdf-table-extraction.readthedocs.io
MIT License
36 stars 13 forks source link

add support for file_bytes argument with managed_file_context() #15

Closed Johnmaras closed 6 months ago

Johnmaras commented 6 months ago

Original PR https://github.com/camelot-dev/camelot/pull/270

Johnmaras commented 6 months ago

That's my first across-repos PR so let me know if I did anything wrong. Looks good to me though :)

bosd commented 6 months ago

I think you followed the right procedure. Yet there are some merge conflicts here. I tried to resolve them, locally by following the command line instructions mentioned here on a rebase. After that I pushed them on a new branch. But that created a lot of dirty commits..

So, Decided to give the cherry pick approach a go. The merge conflicts and suggestions where a lot cleaner.