Added OCR capabilites
This commit is contained in:
3
apps/ocr/conf/settings.py
Normal file
3
apps/ocr/conf/settings.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.conf import settings
|
||||
|
||||
TESSERACT_PATH = getattr(settings, 'OCR_TESSERACT_PATH', u'/usr/bin/tesseract')
|
||||
Reference in New Issue
Block a user