We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 986e20a + 5a79c87 commit 984ed68Copy full SHA for 984ed68
1 file changed
docs/visualization.md
@@ -38,6 +38,6 @@ You can also export the results marked up over the original pdf to a seperate pd
38
pdf = openparse.Pdf(basic_doc_path)
39
pdf.export_with_bboxes(
40
parsed_basic_doc.nodes,
41
- output_path="./sample-docs/mobile-home-manual-marked-up.pdf"
+ output_pdf="./sample-docs/mobile-home-manual-marked-up.pdf"
42
)
43
```
0 commit comments