Issue #87, Per document language selection

This commit is contained in:
Roberto Rosario
2014-10-22 02:35:16 -04:00
parent 9b1b89cc21
commit e8762e4792
13 changed files with 167 additions and 32 deletions

View File

@@ -127,6 +127,15 @@ Default: ``image_cache`` (inside the `media` folder)
The path where the visual representations of the documents are stored for fast display.
.. setting:: DOCUMENTS_LANGUAGE
**DOCUMENTS_LANGUAGE**
Default: ``eng``
Default language selection when creating a document.
Converter
=========
.. setting:: CONVERTER_GRAPHICS_BACKEND
@@ -279,15 +288,6 @@ File path to the ``tesseract`` executable, used to perform OCR on document
page's images.
.. setting:: OCR_TESSERACT_LANGUAGE
**OCR_TESSERACT_LANGUAGE**
Default: ``eng``
Language code passed to the ``tesseract`` executable.
.. setting:: OCR_UNPAPER_PATH
**OCR_UNPAPER_PATH**