model manager. Add submit and finish events. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
9 lines
124 B
Python
9 lines
124 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class OCRError(Exception):
|
|
"""
|
|
Raised by the OCR backend
|
|
"""
|
|
pass
|