Files
mayan-edms/apps/ocr/conf/settings.py
2011-02-09 02:12:14 -04:00

4 lines
114 B
Python

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