summaryrefslogtreecommitdiff
path: root/traintess.sh
diff options
context:
space:
mode:
Diffstat (limited to 'traintess.sh')
-rwxr-xr-xtraintess.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/traintess.sh b/traintess.sh
index 870fef9..9f4174d 100755
--- a/traintess.sh
+++ b/traintess.sh
@@ -55,7 +55,7 @@ find "$name/gt" "$name/eval" -type f -name '*txt' | while read i; do
test -f "$d/$b.png" && n="$b.png"
test -z "$n" && echo "Skipping $i as no corresponding image found" && continue
test -f "$d/$b.box" && echo "Skipping $i as box file already present" && continue
- python3 "${here}/generate_line_box.py" -i "$d/$n" -t "$i" > "$d/$b.box" || exit 1
+ python "${here}/generate_line_box.py" -i "$d/$n" -t "$i" > "$d/$b.box" || exit 1
done
echo "Making unicharset"