Update 91-OCR

This commit is contained in:
Alexandre
2021-10-24 06:28:43 +02:00
committed by GitHub
parent 2080c30f21
commit cf2fa74a29

View File

@@ -14,8 +14,7 @@ if [ -n "$OCRLANG" ]; then
else
echo "package tesseract-ocr-${i} not found in the repository, skipping"
fi
sed "$LINE a \"${i}\": \"${i}\"," /data/config/papermerge.conf.py
LINE=$((LINE+1))
sed -i "$LINE a \ "${i}\": \"${i}\"," /data/config/papermerge.conf.py
bashio::log.info "... ${i} installed"
done
fi