tesseract

This commit is contained in:
milisbir 2018-03-08 09:13:28 +02:00
parent 89dae7bc0a
commit 9e2c06046a
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ derle() {
install -Dm0644 "$SRC"/osd.traineddata "$PKG"/usr/share/tessdata/osd.traineddata
cp $SRC/tur.traineddata $PKG/usr/share/tessdata/
find $PKG/usr/share/tessdata -type f -exec chmod 0644 {};
find $PKG/usr/share/tessdata -type f -exec chmod 0644 {} \;
}