Update the OCR app to work based on document versions not documents, document version are the module which hold the document pages instances. Remove old OCR document queue and replace with a single module for OCR processing error entries. Increase compatibility with Django 1.7 and Python 3.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
DEFAULT_OCR_FILE_FORMAT = u'tiff'
|
||||
DEFAULT_OCR_FILE_EXTENSION = u'tif'
|
||||
from __future__ import unicode_literals
|
||||
|
||||
DEFAULT_OCR_FILE_FORMAT = 'tiff'
|
||||
DEFAULT_OCR_FILE_EXTENSION = 'tif'
|
||||
LOCK_EXPIRE = 60 * 10 # Adjust to worst case scenario
|
||||
UNPAPER_FILE_FORMAT = u'ppm'
|
||||
UNPAPER_FILE_FORMAT = 'ppm'
|
||||
|
||||
Reference in New Issue
Block a user