Update the OCR app to use Celery, remove OCR config options OCR_REPLICATION_DELAY, OCR_NODE_CONCURRENT_EXECUTION, OCR_QUEUE_PROCESSING_INTERVAL
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 OCRError(Exception):
|
||||
"""
|
||||
Raised by the OCR backend
|
||||
|
||||
Reference in New Issue
Block a user