Initial implementation of OCR pluggable backends
This commit is contained in:
@@ -5,9 +5,9 @@ class AlreadyQueued(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class TesseractError(Exception):
|
||||
class OCRError(Exception):
|
||||
"""
|
||||
Raised by tesseract
|
||||
Raised by the OCR backend
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user