mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Fix log message of UNLV tests
We must filter unwanted output from tesseract. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
ff3b263c5b
commit
bbb4658733
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user