diff --git a/Pre-Consume-Script-Examples.md b/Pre-Consume-Script-Examples.md index 29f790e..1a0280a 100644 --- a/Pre-Consume-Script-Examples.md +++ b/Pre-Consume-Script-Examples.md @@ -14,7 +14,7 @@ export LC_ALL=C #IN="$1" IN="$DOCUMENT_WORKING_PATH" -PAGES=$(pdfinfo "$IN" | grep ^Pages: | tr -dc '0-9') +PAGES=$(pdfinfo "$IN" | grep -a ^Pages: | tr -dc '0-9') THRESHOLD=0.002 non_blank() {