Skip to content

Commit 984ed68

Browse files
authored
Merge pull request #62 from Kydlaw/patch-1
Update doc on export of bboxes visualization
2 parents 986e20a + 5a79c87 commit 984ed68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ You can also export the results marked up over the original pdf to a seperate pd
3838
pdf = openparse.Pdf(basic_doc_path)
3939
pdf.export_with_bboxes(
4040
parsed_basic_doc.nodes,
41-
output_path="./sample-docs/mobile-home-manual-marked-up.pdf"
41+
output_pdf="./sample-docs/mobile-home-manual-marked-up.pdf"
4242
)
4343
```

0 commit comments

Comments
 (0)