Finished adapting the OCR app to the new transformations refactor

This commit is contained in:
Roberto Rosario
2011-07-19 04:21:36 -04:00
parent 7ea1b87ee0
commit 648be556a6
5 changed files with 53 additions and 65 deletions

View File

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