Initial implementation of OCR pluggable backends

This commit is contained in:
Roberto Rosario
2014-06-24 22:48:16 -04:00
parent 198402385e
commit e0347785b7
5 changed files with 85 additions and 46 deletions

View File

@@ -5,9 +5,9 @@ class AlreadyQueued(Exception):
pass
class TesseractError(Exception):
class OCRError(Exception):
"""
Raised by tesseract
Raised by the OCR backend
"""
pass