Replies: 2 comments 7 replies
-
you can do that with the page_range parameter, which takes a tuple (start_page, end_page), e.g. conv_result = doc_converter.convert(source, page_range=(5, 7)) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello community friends, |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hey folks!
Is it possible to ask docling to extract text/table from a particular page number of a pdf document?
In my case, I have multiple pdfs of 60+ pages, but I want to deal with only couple of pages lets say 49,50. Can anyone please help me with this. Here is my code below:
Beta Was this translation helpful? Give feedback.
All reactions