mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Updated Pre Consume Script Examples (markdown)
parent
6297b889b2
commit
a4ce987c62
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user