aboutsummaryrefslogtreecommitdiffstats
path: root/extract_pages.sh
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2014-02-27 13:56:11 -0500
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2014-02-27 13:56:11 -0500
commitf96752448a537bd6a3378a83ab0e8476653ec59c (patch)
tree14669d6d10e9d0343a33b32bf2ab7197fd25b84a /extract_pages.sh
parent0d583ea5f9873a5b2a22a89bbb979bf08dd05a90 (diff)
downloadocr-layer-curation-f96752448a537bd6a3378a83ab0e8476653ec59c.tar.gz
cleanup
Diffstat (limited to 'extract_pages.sh')
-rwxr-xr-xextract_pages.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/extract_pages.sh b/extract_pages.sh
deleted file mode 100755
index c49a0c4..0000000
--- a/extract_pages.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-npages=$(djvused -e 'n' $1)
-
-for i in $(seq 1 $npages); do
- djvused -e "select $i;output-txt" $1 >page${i}.djvutxt
-done