mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 04:56:28 +01:00
Corrected ocr
This commit is contained in:
@@ -22,7 +22,7 @@ if [ -n "$OCRLANG" ]; then
|
||||
sed -i "${lineStart},${lineEnd}d" "$CONFIGLOCATION"/papermerge.conf.py
|
||||
|
||||
bashio::log.info "Writing new configuration"
|
||||
echo "OCRLANG = {" >> "$CONFIGLOCATION"/papermerge.conf.py
|
||||
echo "OCR_LANGUAGES = {" >> "$CONFIGLOCATION"/papermerge.conf.py
|
||||
|
||||
languages=$(echo "$OCRLANG" | tr "," "\n")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user