add document language option in config dialog

Document language setting is used for better text extraction and OCR.
This commit is contained in:
chrox
2013-07-20 02:46:51 +08:00
parent 167e6ca0aa
commit 1808c7e5c3
7 changed files with 51 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ TEXT_ALIGN_STR = _("Text Align")
FONTSIZE_FINE_TUNING_STR = _("Fine Tuning")
CONTRAST_STR = _("Contrast")
REFLOW_STR = _("Reflow")
DOC_LANG_STR = _("Document Language")
VERTICAL_TEXT_STR = _("Vertical Text")
WORD_GAP_STR = _("Word Gap")
DEFECT_SIZE_STR = _("Defect Size")