Added support for the command line program pdftotext from the poppler-utils packages to extract text from PDF documents without doing OCR
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
class AlreadyQueued(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class TesseractError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PdftotextError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user