BobLd

Results 95 comments of BobLd

okay thanks for that. I'm not sure what would be the expected behaviour... Anyway the first issue you raised still remains, and I don't know the solution. Did you look...

Can you describe exactly your problem, there is now way anybody can understand the issue you are facing. Also, attached a pdf sample.

Hi @unwork-ag, thanks for the issue. Can you give us a rough idea of your pipeline? Any reason why you're using nearest neighbours instead of the default? The 1sec is...

Hi @unwork-ag, thanks for the answer. I ran some benchmark on my side, and those are the results below. We might not have the same config but I get to...

@unwork-ag, thanks for the feedback. I confirm your findings below: ``` // * Summary * BenchmarkDotNet=v0.13.1, OS=Windows 10.0.19044.1766 (21H2) AMD Ryzen 7 4800H with Radeon Graphics, 1 CPU, 16 logical...

![image](https://user-images.githubusercontent.com/38405645/175658947-2e333de0-fb7b-417e-8660-32bab49970a2.png)

My understanding is that the slowness comes from how `StreamInputBytes` work, especially the `Peek()`, `Seek()` and `MoveNext()` operations. I guess this file in particular is much slower as PdfPig will...

@EliotJones, forcing `BruteForceSearcher` to use a `ByteArrayInputBytes` removes all the slowness... This is what I did, I know it's very hackish but you get the idea: ```csharp /// /// Brute...

Hi @alexneblett, just had a quick look at you pdf doc. This will need to be confirmed but it seems the character data is missing, meaning the pdf doesn't 'know'...

Hi @xtuzy, thanks for your question, this is a feature that would be really useful. I've started working on it in this PR https://github.com/UglyToad/PdfPig/pull/228 but this is far from being...