Update and re-enable ocr app
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
class AlreadyQueued(Exception):
|
||||
"""
|
||||
Raised when a trying to queue document already in the queue
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class TesseractError(Exception):
|
||||
"""
|
||||
Raised by tesseract
|
||||
@@ -17,15 +10,3 @@ class UnpaperError(Exception):
|
||||
Raised by unpaper
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class ReQueueError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class OCRProcessingAlreadyDisabled(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class OCRProcessingAlreadyEnabled(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user