11 lines
129 B
Python
11 lines
129 B
Python
class AlreadyQueued(Exception):
|
|
pass
|
|
|
|
|
|
class TesseractError(Exception):
|
|
pass
|
|
|
|
|
|
class PdftotextError(Exception):
|
|
pass
|