Initial changes for the new queue based OCR processing
This commit is contained in:
@@ -21,3 +21,11 @@ class UnpaperError(Exception):
|
||||
|
||||
class ReQueueError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class OCRProcessingAlreadyDisabled(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class OCRProcessingAlreadyEnabled(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user