Jeremy Singer-Vine

Results 260 comments of Jeremy Singer-Vine

Thank you both, these very helpful notes/context. I can't promise I'll get to this soon, but it does seem worth trying to add.

@dhdaines Thanks for the offer! Is there a particular subset of this functionality that would be easiest to start trying to integrate into `pdfplumber`? (I.e., require the least modification of...

Thanks! That sounds like a reasonable place to start. I suppose we could expose that similarly to how we do with [`Page.annots`](https://github.com/jsvine/pdfplumber/blob/ae676aeacd958e7b1572f35568e612314d611eff/pdfplumber/page.py#L166) — i.e., outside the main parsing function?

Many thanks, @dhdaines, and a particular thanks for the documentation. It might take me a little while to review the PR, due to other workload and me being relatively new...

Now that #961 and #963 are merged, is this issue all clear to close? Or are there other features that would need to be in place for us to say...

Thanks, @dhdaines. A couple of follow-up questions: > I'm not sure if we want to add them as a dictionary-valued attribute for each object in a marked content section Could...

Hmm, perhaps I'm misunderstanding the issue raised here, but the purpose of `use_text_flow=True` is to parse the text by following the text's internal representation order rather than strictly the text's...

> Thanks! Is there a way to verify the order of the text in the PDF's internal representation? I assumed it was something to do with the word grouping after...

Thank you for providing the PDF and reproducible code, @samuelbradshaw! My hunch is that this relates to the grouping on `size` (of which there are a few variations very close...