mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 21:11:39 +01:00
Work on #9204
This commit is contained in:
parent
e3555871df
commit
0a54d575a3
@ -7908,6 +7908,10 @@ namespace Nikse.SubtitleEdit.Forms.Ocr
|
||||
{
|
||||
comboBoxOcrMethod.SelectedIndex = _ocrMethodTesseract5;
|
||||
}
|
||||
else if (Configuration.Settings.VobSubOcr.LastOcrMethod == "PaddleOCR" && comboBoxOcrMethod.Items.Count > _ocrMethodPaddle)
|
||||
{
|
||||
comboBoxOcrMethod.SelectedIndex = _ocrMethodPaddle;
|
||||
}
|
||||
else
|
||||
{
|
||||
comboBoxOcrMethod.SelectedIndex = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user