diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index ef56f1e06..b08f2663b 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -56,7 +56,9 @@ "options": { "CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml", "PGID": 0, - "PUID": 0 + "PUID": 0, + "PAPERLESS_OCR_MODE": "skip", + "OCRLANG": "ENG" }, "ports": { "8000/tcp": 8011 @@ -84,4 +86,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.8.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" -} \ No newline at end of file +}