mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-05 10:49:01 +08:00
change filename to generic ~/
This commit is contained in:
parent
a01d1604c3
commit
d8bed41ec3
@ -56,7 +56,7 @@ do
|
||||
then
|
||||
ocrevalutf8 wordacc "$srcdir/$page.text" "$resdir/$page.text" > "$resdir/$page.wa"
|
||||
else
|
||||
cp /home/ubuntu/ISRI-OCRtk/stopwords/spa.stopwords.txt "$resdir/spa.stopwords"
|
||||
cp ~/ISRI-OCRtk/stopwords/spa.stopwords.txt "$resdir/spa.stopwords"
|
||||
ocrevalutf8 wordacc -S"$resdir/spa.stopwords" "$srcdir/$page.text" "$resdir/$page.text" > "$resdir/$page.wa"
|
||||
fi
|
||||
wafiles="$wafiles $resdir/$page.wa"
|
||||
|
Loading…
Reference in New Issue
Block a user