Skip to content

Instantly share code, notes, and snippets.

@cneud
Created August 22, 2018 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cneud/c188319d68cf78c0d0964faea5711b06 to your computer and use it in GitHub Desktop.
Save cneud/c188319d68cf78c0d0964faea5711b06 to your computer and use it in GitHub Desktop.
PDF to TIF conversion for OCR on Windows (using imagemagick & ghostscript)
convert -density 300 -depth 8 -alpha Off -limit area 1 foo.pdf foo_%04d.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment