Skip to content

Commit bbb4658

Browse files
committed
Fix log message of UNLV tests
We must filter unwanted output from tesseract. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent ff3b263 commit bbb4658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unlvtests/runtestset.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ do
6464
srcdir="$imdir"
6565
fi
6666
# echo "$srcdir/$page.tif"
67-
$tess "$srcdir/$page.tif" "$resdir/$page" --tessdata-dir ../tessdata_fast --oem 1 -l eng --psm 6 $config 2>&1 |grep -v "OCR Engine"
67+
$tess "$srcdir/$page.tif" "$resdir/$page" --tessdata-dir ../tessdata_fast --oem 1 -l eng --psm 6 $config 2>&1 |grep -v "OCR Engine" |grep -v "Page 1"
6868
if [ -r times.txt ]
6969
then
7070
read t <times.txt

0 commit comments

Comments
 (0)