Change the OCR_AUTOMATIC_OCR default to True, as per version 0.12.x

This commit is contained in:
Roberto Rosario
2012-07-28 04:45:05 -04:00
parent 6fa16ebb7e
commit 7e83a1074e

View File

@@ -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.')
)