mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
add language setting for tesseract
This commit is contained in:
parent
6172dcad1c
commit
4c1ff658d2
2 changed files with 5 additions and 1 deletions
|
|
@ -126,6 +126,9 @@ USE_L10N = True
|
|||
USE_TZ = True
|
||||
|
||||
|
||||
# Tesseract language setting
|
||||
TESSERACT_LANGUAGE = "eng"
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/1.9/howto/static-files/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue