ridgey-dev

Results 6 comments of ridgey-dev

Is there already some progress on this that could be shared?

I don't have a fix for it. I was kinda hoping a contributor could look into it to have some insights why it's working like this for this document. The...

> I do not know what is your use case. Could you please tell us about it? Is it of general interest? The use case for this functionality is to...

Yup. That is because the `getText` function contains some `trim` logic: https://github.com/smalot/pdfparser/blob/0ddcc54910411a5189f109dc9739318308cd2f86/src/Smalot/PdfParser/Document.php#L439 But sadly, I need the position of the text too. So I can't just use the `getText` function....

I created a PR to fix this: https://github.com/smalot/pdfparser/pull/762. Can someone take a look at it?

I see that the PR is created is now closed due to the breaking change. I just want this PDF to return the correct text position. Is there someone who...