Add German OCR support to Paperless-ngx
- Created custom Dockerfile extending official paperless-ngx image - Added tesseract-ocr-deu package for German language OCR - Set PAPERLESS_OCR_LANGUAGE=deu+eng environment variable - Updated CI/CD pipeline to build and push custom paperless image - Modified deployment script to pull paperless image from GHCR - Tested locally: German (deu) language pack now available alongside English
This commit is contained in:
@@ -110,7 +110,7 @@ services:
|
||||
- redis
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:latest
|
||||
image: ghcr.io/remmerinio/stiftung-management-system-paperless:latest
|
||||
ports:
|
||||
- "8080:8000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user