From 0721438a4df2ccf91cd4ed69539b71db12633a11 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Oct 2021 00:39:05 +0200 Subject: [PATCH] Update 91-OCR --- papermerge/rootfs/etc/cont-init.d/91-OCR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papermerge/rootfs/etc/cont-init.d/91-OCR b/papermerge/rootfs/etc/cont-init.d/91-OCR index 3a08cbe73..a44224337 100644 --- a/papermerge/rootfs/etc/cont-init.d/91-OCR +++ b/papermerge/rootfs/etc/cont-init.d/91-OCR @@ -13,7 +13,7 @@ if [ -n "$OCRLANG" ]; then else echo "package tesseract-ocr-${i} not found in the repository, skipping" fi - sed "$LINE a \"${i}\": \"lang\"," products.txt + sed "$LINE a \"${i}\": \"${i}\"," products.txt LINE=$((LINE+1)) done fi