mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Do not use auto-guess unknown words in 'Fix common errors' -> 'Fix common ocr errors'
This commit is contained in:
parent
bcd0df5042
commit
c13df59e61
@ -2730,7 +2730,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
for (int i = 0; i < _subtitle.Paragraphs.Count; i++)
|
||||
{
|
||||
Paragraph p = _subtitle.Paragraphs[i];
|
||||
string text = ocrFixEngine.FixOcrErrors(p.Text, i, lastLine, false, true);
|
||||
string text = ocrFixEngine.FixOcrErrors(p.Text, i, lastLine, false, false);
|
||||
lastLine = text;
|
||||
if (p.Text != text)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user