Markdown 'page_break_placeholder' throwing error #1260
Unanswered
jai-uparkar
asked this question in
Q&A
Replies: 2 comments 4 replies
-
@jai-uparkar can you share the output of |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just for clarity, I have used docling version 2.28.2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Currently using docling to parse pdfs and exporting content as markdown. However, I have a need to get the text for each page.
Environment: docling: 2.28.2, python: 3.9.19
Looking at the docling documentation, the 'export_to_markdown' accepts a page_break_placeholder argument. However when I'm using this parameter, i get an error:
TypeError: export_to_markdown() got an unexpected keyword argument 'page_break_placeholder'
Can someone help me resolve this?
this is my code:
Beta Was this translation helpful? Give feedback.
All reactions