Add view to queue document for OCR by document type.

This commit is contained in:
Roberto Rosario
2015-09-27 01:37:57 -04:00
parent a236b7a869
commit 14184b8c76
7 changed files with 67 additions and 11 deletions

View File

@@ -335,8 +335,12 @@ Other changes
* Normalization of 'title' and 'name' fields to 'label'.
* Improved API, now at version 1.
* Invert page title/project name order in browser title.
* Use Django's class based views pagination
* Use Django's class based views pagination.
* Reduction of text strings.
* OCR all documents.
* Add tool to OCR all documents of a type.
* Fix rendering of text files with Unicode characters.
* Capture body of emails as a text document.
Removals
--------
@@ -347,7 +351,6 @@ Removals
* Removal of the DOCUMENT_RESTRICTIONS_OVERRIDE permission
* Removed the page_label field
Upgrading from a previous version
---------------------------------