atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.61k stars 349 forks source link

boxes_flow option in layout_kwargs option to camelot.read_pdf #390

Open ImKogan opened 4 years ago

ImKogan commented 4 years ago

As per the documentation here - camelot.read_pdf accepts a dictionary layout_kwargs that can include the options to pdfminer LAParams. However, when including 'boxes_flow' keyword to layout_kwargs - I get error: TypeError: get_page_layout() got an unexpected keyword argument 'boxes_flow'

I checked that I can run LAParams with this option in pdfminer directly