Add keyword arguments. Update URL parameters to the "_id" form. Updated view tests. Signed-off-by: Roberto Rosario <Roberto.Rosario.Gonzalez@gmail.com>
9 lines
171 B
Python
9 lines
171 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class OCRError(Exception):
|
|
"""
|
|
Raised by the OCR backend for unexpected events that stop the
|
|
OCR processing.
|
|
"""
|