From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 23 May 2024 19:52:40 +0000 (-0700) Subject: Documentation: Add PAPERLESS_OCR_LANGUAGE config note (#6821) X-Git-Tag: v2.9.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b856e13f1de2daaf7887a8457044a78bacead5;p=thirdparty%2Fpaperless-ngx.git Documentation: Add PAPERLESS_OCR_LANGUAGE config note (#6821) --- diff --git a/docs/configuration.md b/docs/configuration.md index bbe46f4dea..254508f31b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -616,6 +616,8 @@ parsing documents. Keep in mind that Tesseract uses much more CPU time with multiple languages enabled. + If you are including languages that are not installed by default, you will need to also set [`PAPERLESS_OCR_LANGUAGES`](configuration.md#PAPERLESS_OCR_LANGUAGES) for docker deployments or install the tesseract language packages manually for bare metal installations. + Defaults to "eng". !!! note