mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
Sometimes, the "is mostly text" heuristic fails for images.
Before:
Build/lagom/bin/pdf --render out.png ~/Downloads/0000/0000521.pdf \
--page 10 --dump-contents 2>&1 | wc -l
25709
After:
Build/lagom/bin/pdf --render out.png ~/Downloads/0000/0000521.pdf \
--page 10 --dump-contents 2>&1 | wc -l
11376
7.5 KiB
7.5 KiB