fix(paperless-ngx): typo in text recognition variables

This commit is contained in:
Tommy 2024-04-07 11:11:21 +02:00
parent 252723bb54
commit 09d85d096d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ spec:
- name: PAPERLESS_OCR_LANGUAGE
value: {{ .Values.config.ocrLanguage }}
- name: PAPERLESS_OCR_LANGUAGES
value: {{ .Values.config.textRecognitionLanguates }}
value: {{ .Values.config.textRecognitionLanguages }}
- name: PAPERLESS_FORCE_SCRIPT_NAME
value: /PATHPREFIX
- name: PAPERLESS_STATIC_URL

View file

@ -2,7 +2,7 @@ config:
externalUrl: https://paperless.example.com/
timezone: America/Los_Angeles
ocrLanguage: eng
textRecognitionLanguates: eng nor
textRecognitionLanguages: eng nor
persistence:
mediaExistingClaim: paperless-ngx-media