mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Update nOCR db + fix for italic
This commit is contained in:
parent
acef8c4fbe
commit
104451abba
BIN
Ocr/Latin.nocr
BIN
Ocr/Latin.nocr
Binary file not shown.
@ -2798,6 +2798,7 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
|
|||||||
result = NOcrFindBestMatchNew(unItalicTargetItem, false, nOcrDb, deepSeek, _unItalicFactor, (int)numericUpDownNOcrMaxWrongPixels.Value);
|
result = NOcrFindBestMatchNew(unItalicTargetItem, false, nOcrDb, deepSeek, _unItalicFactor, (int)numericUpDownNOcrMaxWrongPixels.Value);
|
||||||
if (result != null)
|
if (result != null)
|
||||||
{
|
{
|
||||||
|
result.Italic = true;
|
||||||
_italicFixes++;
|
_italicFixes++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user