4 lines
114 B
Python
Executable File
4 lines
114 B
Python
Executable File
from django.conf import settings
|
|
|
|
TESSERACT_PATH = getattr(settings, 'OCR_TESSERACT_PATH', u'/usr/bin/tesseract')
|