summaryrefslogtreecommitdiff
path: root/extras/mkocrtxt.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-11-17 19:57:32 +0000
committerNick White <git@njw.me.uk>2011-11-17 19:57:32 +0000
commit9458d263dc8275b5d487a004166111f0775455e3 (patch)
tree3aa7f6b42295a118a8d9c4a7161fc3791049d5a8 /extras/mkocrtxt.sh
parent92f10a6fbcc486045b810c1929ea4a932adfe68e (diff)
Clean up ocr scripts further
Diffstat (limited to 'extras/mkocrtxt.sh')
-rw-r--r--extras/mkocrtxt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mkocrtxt.sh b/extras/mkocrtxt.sh
index e683459..497f8a7 100644
--- a/extras/mkocrtxt.sh
+++ b/extras/mkocrtxt.sh
@@ -11,7 +11,7 @@
# converted to tiff format, so that they're readable by
# any version of tesseract.
-for i in `ls *tif`
+for i in `ls *png`
do
echo "$i"