summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hocrtotxtdir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hocrtotxtdir.sh b/hocrtotxtdir.sh
index 20c45a5..d627670 100644
--- a/hocrtotxtdir.sh
+++ b/hocrtotxtdir.sh
@@ -2,4 +2,4 @@
usage="usage: $0 dirname"
test $# -ne 1 && echo "$usage" && exit 1
-for i in "$1"/*hocr; do b=`basename "$i" .hocr`; d=`dirname "$i"`; ~/rescribe/2018-natphil/src/go/bin/hocrtotxt "$i" > "$d/$b.txt"; done
+for i in "$1"/*hocr; do b=`basename "$i" .hocr`; d=`dirname "$i"`; hocrtotxt "$i" > "$d/$b.txt"; done