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:
Roberto Rosario
2011-04-04 15:36:00 -04:00
parent 664ece7a60
commit 283df926d1
8 changed files with 17 additions and 11 deletions

View File

@@ -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

View File

@@ -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)