Update 99-ocr

This commit is contained in:
Alexandre
2021-12-25 07:51:00 +01:00
committed by GitHub
parent 0346768b6c
commit c96bdf2da9

View File

@@ -33,7 +33,7 @@ if bashio::config.has_value 'OCR'; then
# Downloading trainer data
cd /usr/share/tessdata
sudo rm -r $LANG.traineddata &>/dev/null || true
rm -r $LANG.traineddata &>/dev/null || true
wget https://github.com/tesseract-ocr/tessdata/raw/main/$LANG.traineddata &>/dev/null
done
fi