Skip to content

Instantly share code, notes, and snippets.

@satmandu
Created April 5, 2019 14:47
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 satmandu/44fcc065583ca328b7900d61b8f50959 to your computer and use it in GitHub Desktop.
Save satmandu/44fcc065583ca328b7900d61b8f50959 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ "$1" != "" ]; then
nice -20 ocrmypdf --redo-ocr --pdfa-image-compression lossless --output-type pdfa-2 "$1" "$1"
else
echo "No filename given"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment