Change the OCR_AUTOMATIC_OCR default to True, as per version 0.12.x
This commit is contained in:
@@ -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.')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user