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:
Roberto Rosario
2011-04-15 23:59:52 -04:00
parent 73a52293e8
commit eaaaa5b645
5 changed files with 49 additions and 13 deletions

View File

@@ -224,6 +224,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
#OCR_TESSERACT_LANGUAGE = u'eng'
#OCR_REPLICATION_DELAY = 10
#OCR_AUTOMATIC_OCR = False
#OCR_PDFTOTEXT_PATH = u'/usr/bin/pdftotext'
# Permissions
#ROLES_DEFAULT_ROLES = []