Files
mayan-edms/mayan/apps/ocr/exceptions.py
Roberto Rosario 83a9b5a60a Update OCR app
Add keyword arguments. Update URL parameters to the "_id" form.
Updated view tests.

Signed-off-by: Roberto Rosario <Roberto.Rosario.Gonzalez@gmail.com>
2019-01-21 19:24:00 -04:00

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.
"""