Closed moraneden closed 3 months ago
the second param of the function export_with_bboxes is output_pdf and not output_path as in the docs.
pdf.export_with_bboxes( parsed_basic_doc.nodes, output_path="./sample-docs/mobile-home-manual-marked-up.pdf" )
should be:
return pdf_file.export_with_bboxes( parsed_basic_doc.nodes, output_pdf="./sample-docs/mobile-home-manual-marked-up.pdf" )
https://github.com/Filimoa/open-parse/blob/main/docs/visualization.md
N/A
Change made in #62
Thanks for the PR!
Initial Checks
Description
the second param of the function export_with_bboxes is output_pdf and not output_path as in the docs.
should be:
https://github.com/Filimoa/open-parse/blob/main/docs/visualization.md
Example Code
Python, open-parse & OS Version