grey -> gray. Should have tested before committing.
[dja/scandal.git] / detect2pages.sh
index 4b8c189..540b08b 100755 (executable)
@@ -2,6 +2,7 @@
 
 #should probably have given up on shell and gone over to python.
 
+source $(dirname $0)/my_seq.sh
 
 infile=$1
 pg=$2
@@ -12,7 +13,7 @@ dir=$(dirname $infile)
 convert -blur 10 -gamma 0.00001 -median 1 $infile -resize 1x601\! -gamma 0.3 $dir/strip-${pg}-${subpg}.png
 
 #There seems to be a definte bias in my reader scans for things to be in the top part rather than the bottom part
-testpoints=`jot - 270 320`
+testpoints=`$my_seq 270 320`
 
 sum=0
 prev=0

UCC git Repository :: git.ucc.asn.au