Unify the method to submit document for OCR, fix OCR error document re-queue view

This commit is contained in:
Roberto Rosario
2014-10-09 14:08:48 -04:00
parent 8bac1525be
commit c2e35694d8
5 changed files with 14 additions and 31 deletions

View File

@@ -10,7 +10,3 @@ class UnpaperError(Exception):
Raised by unpaper
"""
pass
class ReQueueError(Exception):
pass