Skip to content

Instantly share code, notes, and snippets.

@bendtherules
Last active May 21, 2025 12:34
Show Gist options
  • Save bendtherules/d4c1981f4e069c4aed2d8b2275e26e5e to your computer and use it in GitHub Desktop.
Save bendtherules/d4c1981f4e069c4aed2d8b2275e26e5e to your computer and use it in GitHub Desktop.
Cleanup scanned pdf contrast using imagemagick

magick convert ./old.pdf -brightness-contrast 20X10 -contrast-stretch 1% -compress JPEG -quality 80 ./new.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment