Files
mayan-edms/apps/ocr/conf/settings.py
2011-02-09 13:55:01 -04:00

4 lines
114 B
Python
Executable File

from django.conf import settings
TESSERACT_PATH = getattr(settings, 'OCR_TESSERACT_PATH', u'/usr/bin/tesseract')