add language setting for tesseract

This commit is contained in:
the01
2016-01-21 09:24:13 +01:00
parent 6172dcad1c
commit 4c1ff658d2
2 changed files with 5 additions and 1 deletions

View File

@@ -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/