From 7e83a1074e858e20749fb8381a3cbb01f4005e01 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 28 Jul 2012 04:45:05 -0400 Subject: [PATCH] Change the OCR_AUTOMATIC_OCR default to True, as per version 0.12.x --- apps/ocr/conf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') )