diff --git a/apps/ocr/conf/settings.py b/apps/ocr/conf/settings.py index 26161de53f..242b777f8d 100644 --- a/apps/ocr/conf/settings.py +++ b/apps/ocr/conf/settings.py @@ -41,7 +41,7 @@ Setting( namespace=namespace, name='AUTOMATIC_OCR', global_name='OCR_AUTOMATIC_OCR', - default=False, + default=True, description=_(u'Automatically queue newly created documents for OCR.') )