We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3b263 commit bbb4658Copy full SHA for bbb4658
unlvtests/runtestset.sh
@@ -64,7 +64,7 @@ do
64
srcdir="$imdir"
65
fi
66
# 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"
+ $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"
68
if [ -r times.txt ]
69
then
70
read t <times.txt
0 commit comments