Skip to content

Commit

Permalink
Fix log message of UNLV tests
Browse files Browse the repository at this point in the history
We must filter unwanted output from tesseract.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 7, 2018
1 parent ff3b263 commit bbb4658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlvtests/runtestset.sh
Expand Up @@ -64,7 +64,7 @@ do
srcdir="$imdir"
fi
# echo "$srcdir/$page.tif"
$tess "$srcdir/$page.tif" "$resdir/$page" --tessdata-dir ../tessdata_fast --oem 1 -l eng --psm 6 $config 2>&1 |grep -v "OCR Engine"
$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"
if [ -r times.txt ]
then
read t <times.txt
Expand Down

0 comments on commit bbb4658

Please sign in to comment.