Ouassim Hamdani

Results 4 comments of Ouassim Hamdani

> [@vagenas](https://github.com/vagenas) thank you for contributing page breaks > > Wanted to inquire if page numbers are coming, in our use case users need to reference a page number of...

Hey, I've checked Copilot' suggested solution and implemented it in my environment. Unfortunately, it fails to solve the issue at hand.

Copilot suggestions from the active merge request : [docling/experimental/pipeline/threaded_layout_vlm_pipeline.py] - batch_size = 32 + batch_size = total_pages [docling/pipeline/standard_pdf_pipeline.py] - batch_size: int = 32 # drain chunk + batch_size: int =...

For anyone else, going through the same trouble here is a temporary workaround (creating a temp PDF file of the desired pages, then parsing it all) ```py import tempfile from...