mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 18:02:40 +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"
|
srcdir="$imdir"
|
||||||
fi
|
fi
|
||||||
# echo "$srcdir/$page.tif"
|
# 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 ]
|
if [ -r times.txt ]
|
||||||
then
|
then
|
||||||
read t <times.txt
|
read t <times.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user