Skip to content

Instantly share code, notes, and snippets.

@mhx
Created November 20, 2018 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhx/affacabb508c1cff2dadfbf58c526566 to your computer and use it in GitHub Desktop.
Save mhx/affacabb508c1cff2dadfbf58c526566 to your computer and use it in GitHub Desktop.
mhx@air ~ $ pdftotext Scannen0001.pdf - | grep -qE '\S'
mhx@air ~ $ echo $?
0
mhx@air ~ $ pdftotext mhx.pdf - | grep -qE '\S'
mhx@air ~ $ echo $?
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment