Update 91-OCR

This commit is contained in:
Alexandre
2021-10-24 06:39:44 +02:00
committed by GitHub
parent 8cbd77452f
commit d5ba006333

View File

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