Files
mayan-edms/apps/ocr/exceptions.py

11 lines
137 B
Python

class AlreadyQueued(Exception):
pass
class TesseractError(Exception):
pass
class PdftotextError(Exception):
pass