Finished adapting the OCR app to the new transformations refactor
This commit is contained in:
@@ -19,3 +19,6 @@ QUEUEDOCUMENT_STATE_CHOICES = (
|
||||
(QUEUEDOCUMENT_STATE_PROCESSING, _(u'processing')),
|
||||
(QUEUEDOCUMENT_STATE_ERROR, _(u'error')),
|
||||
)
|
||||
|
||||
DEFAULT_OCR_FILE_FORMAT = u'tif'
|
||||
UNPAPER_FILE_FORMAT = u'pnm'
|
||||
|
||||
Reference in New Issue
Block a user