Files
mayan-edms/apps/ocr/exceptions.py
2011-04-23 02:49:07 -04:00

11 lines
129 B
Python

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