mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +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);
|
||||
if (result != null)
|
||||
{
|
||||
result.Italic = true;
|
||||
_italicFixes++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user