jbarlow83

Results 350 comments of jbarlow83

@brje pikepdf 2.0.0b1 and Python 3.9 should work now. You'd have to force pip to install pikepdf 2.0.0b1 since it's a beta.

@elysch If you're using Python 3.11, the lxml library has not released binary wheels for Windows yet, so I can't release pikepdf binary wheels. pikepdf should be installl to all...

The warning is actually that there were a lot of [diacritics](https://en.wikipedia.org/wiki/Diacritic) on page 22. This does not mean OCR failed, it means that we are suspicious that the OCR accuracy...

Thanks everyone :)

Without a test file I have to guess. I take it to mean that you're using appropriate parameters for the options you listed? Some of them need parameters, in particular...

Reference counting may be sufficient is probably the easiest way to get better performance here without complications. One option would be to hardlink the input files for every time a...

Ruffus is not capable of a depth-first/greedy exploration of the pipeline DAG.