Added per OCR queue transformation models and CRUD views to replace the CONVERTER_OCR_OPTIONS with the new refactored converter transformations systems

This commit is contained in:
Roberto Rosario
2011-07-17 01:32:46 -04:00
parent 970ca0be05
commit 5829bbde4d
14 changed files with 284 additions and 55 deletions

View File

@@ -21,4 +21,4 @@ class SourceTransformationManager(models.Manager):
except Exception, e:
warnings.append(e)
return transformations, warnings
return transformations, warnings