Made automatic OCR a function of the OCR app and not of Documents app (via signals)
Renamed setup option DOCUMENT_AUTOMATIC_OCR to OCR_AUTOMATIC_OCR
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
* Added a new setup option:
|
||||
FILESYSTEM_INDEXING_AVAILABLE_FUNCTIONS - a dictionary to allow users
|
||||
to add custom functions
|
||||
* Made automatic OCR a function of the OCR app and not of Documents app
|
||||
(via signals)
|
||||
Renamed setup option DOCUMENT_AUTOMATIC_OCR to OCR_AUTOMATIC_OCR
|
||||
|
||||
2011-Apr-01
|
||||
* Added support for editing the metadata of multiple documents at the
|
||||
|
||||
@@ -179,7 +179,7 @@ OCR
|
||||
* Don't allow duplicate documents in queues - DONE
|
||||
* OCR queue schedule support
|
||||
* Make automatic OCR a function of OCR app and not of Documents app
|
||||
(via signals)
|
||||
(via signals) - DONE
|
||||
* Two types of OCR nodes: thin, fat (thin = document file is passed
|
||||
serialized to node, fat = has direct access to document storage read
|
||||
document file)
|
||||
|
||||
Reference in New Issue
Block a user