mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Added Chinese Traditional to Tesseract ocr dictionary list
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@2238 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
1ce77e5976
commit
234c9483ff
@ -241,6 +241,16 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
ButtonExpandSelectionClick(null, null);
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
else if (e.Modifiers == Keys.Shift && e.KeyCode == Keys.Subtract && buttonShrinkSelection.Visible)
|
||||
{
|
||||
ButtonShrinkSelectionClick(null, null);
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
else if (e.Modifiers == Keys.Shift && e.KeyCode == Keys.Add && buttonExpandSelection.Visible)
|
||||
{
|
||||
ButtonExpandSelectionClick(null, null);
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,6 +24,11 @@
|
||||
<DownloadLink>http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.chi_sim.tar.gz</DownloadLink>
|
||||
<Description>Chinese (Simplified) language data for Tesseract 3.02</Description>
|
||||
</Dictionary>
|
||||
<Dictionary>
|
||||
<EnglishName>Chinese (Traditional)</EnglishName>
|
||||
<DownloadLink>http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.chi_tra.tar.gz</DownloadLink>
|
||||
<Description>Chinese (Traditional) language data for Tesseract 3.02</Description>
|
||||
</Dictionary>
|
||||
<Dictionary>
|
||||
<EnglishName>Czech</EnglishName>
|
||||
<DownloadLink>http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.ces.tar.gz</DownloadLink>
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user