Update nOCR db + fix for italic

This commit is contained in:
Nikolaj Olsson 2020-06-01 16:23:18 +02:00
parent acef8c4fbe
commit 104451abba
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -2798,6 +2798,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
result = NOcrFindBestMatchNew(unItalicTargetItem, false, nOcrDb, deepSeek, _unItalicFactor, (int)numericUpDownNOcrMaxWrongPixels.Value);
if (result != null)
{
result.Italic = true;
_italicFixes++;
}
}