Update k8s/apps/paperless/values.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 8s
All checks were successful
Check with kubeconform / lint (push) Successful in 8s
This commit is contained in:
@ -5,7 +5,7 @@ initContainers:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.15.1
|
||||
command: ["/bin/sh", "-c"]
|
||||
args:
|
||||
- apt-get update && apt-get install -y --reinstall tesseract-ocr-rus tesseract-ocr-eng tesseract-ocr-ell && cp -v -r /usr/share/tesseract-ocr/5/tessdata/* /custom-tessdata/
|
||||
- apt-get update && apt-get install -y --reinstall tesseract-ocr-rus tesseract-ocr-jpn tesseract-ocr-chi-sim tesseract-ocr-eng tesseract-ocr-ell && cp -v -r /usr/share/tesseract-ocr/5/tessdata/* /custom-tessdata/
|
||||
volumeMounts:
|
||||
- name: tessdata
|
||||
mountPath: /custom-tessdata
|
||||
@ -17,7 +17,7 @@ env:
|
||||
PAPERLESS_ALLOWED_HOSTS: docs.hexor.cy
|
||||
PAPERLESS_REDIS: redis://:NOTSECUREBUTMAYBELOCAL@paperless-ngx-redis-master
|
||||
PAPERLESS_CSRF_TRUSTED_ORIGINS: https://idm.hexor.cy
|
||||
PAPERLESS_OCR_LANGUAGE: "eng+rus+ell"
|
||||
PAPERLESS_OCR_LANGUAGE: "eng+rus+ell+jpn+chi-sim"
|
||||
TESSDATA_PREFIX: /custom-tessdata
|
||||
PAPERLESS_DBENGINE: postgresql
|
||||
PAPERLESS_DBHOST: psql-nas.psql.svc
|
||||
|
Reference in New Issue
Block a user