mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
fixed pageseg mode
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@751 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
fbf7968490
commit
32badf1c1b
@ -64,7 +64,7 @@ do
|
||||
srcdir="$imdir"
|
||||
fi
|
||||
# echo "$srcdir/$page.tif"
|
||||
$tess $srcdir/$page.tif $resdir/$page nobatch $config 2>&1 |grep -v "OCR Engine"
|
||||
$tess $srcdir/$page.tif $resdir/$page -psm 6 $config 2>&1 |grep -v "OCR Engine"
|
||||
if [ -r times.txt ]
|
||||
then
|
||||
read t <times.txt
|
||||
|
Loading…
Reference in New Issue
Block a user