Browse Source

其他-清除当前OCR版本管理内容

liyijie 1 năm trước cách đây
mục cha
commit
5166f21ce8
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      PDF Office/App.xaml.cs

+ 5 - 0
PDF Office/App.xaml.cs

@@ -231,7 +231,12 @@ namespace PDF_Master
                 }
 
                 Settings.Default.Upgrade();
+                //清除OCR下载内容
+                Settings.Default.AppProperties.OCRFile_Url = "";
+                Settings.Default.AppProperties.OCRmodelMD5 = "";
+
                 Settings.Default.UpdateSettings = false;
+                
                 //重置用于弹窗的记录参数
             }
             if (Settings.Default.ADDate == null)