benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Add pikepdf image extractor

Open mara004 opened this issue 3 years ago • 0 comments

I'd be interested in seeing pikepdf in the image extraction benchmark. It provides some pretty sophisticated code that can, in many cases, extract and save PDF images without needing to decode/re-encode the raw data (i. e. without degrading quality/compression).

https://pikepdf.readthedocs.io/en/latest/topics/images.html https://github.com/pikepdf/pikepdf/blob/master/src/pikepdf/models/image.py

mara004 avatar Sep 30 '22 12:09 mara004