Skip to content

Instantly share code, notes, and snippets.

@jamesadney
Created July 27, 2011 16:55
Show Gist options
  • Save jamesadney/1109819 to your computer and use it in GitHub Desktop.
Save jamesadney/1109819 to your computer and use it in GitHub Desktop.
Convert PDF to TIF to extract text (use tesseract or cuneiform)
convert -colorspace RGB -density 300 -quality 80 file.pdf file.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment