liyijie 2 年 前
コミット
58e201f064
1 ファイル変更1 行追加0 行削除
  1. 1 0
      PDF Office/App.xaml.cs

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

@@ -394,6 +394,7 @@ namespace PDF_Office
                     return false;
                 }
                 CPDFConverter.Init(resPath);
+                CPDFConverter.SetOCRModelFolder(modelFolderPath);
             }
             catch { }
             return result;