Added PDF file support to the python converter backend via ghostscript
This commit is contained in:
@@ -20,5 +20,6 @@ QUEUEDOCUMENT_STATE_CHOICES = (
|
||||
(QUEUEDOCUMENT_STATE_ERROR, _(u'error')),
|
||||
)
|
||||
|
||||
DEFAULT_OCR_FILE_FORMAT = u'tif'
|
||||
UNPAPER_FILE_FORMAT = u'pnm'
|
||||
DEFAULT_OCR_FILE_FORMAT = u'tiff'
|
||||
DEFAULT_OCR_FILE_EXTENSION = u'tif'
|
||||
UNPAPER_FILE_FORMAT = u'ppm'
|
||||
|
||||
Reference in New Issue
Block a user