liyijie 1 rok temu
rodzic
commit
13914d3ebe

+ 1 - 1
PDF Office/ViewModels/Dialog/ConverterDialogs/OCRDownloadProgressViewModel.cs

@@ -279,7 +279,7 @@ namespace PDF_Master.ViewModels.Dialog.ConverterDialogs
                         {
                             var extractionPath = System.IO.Path.Combine(destinationFolderPath, entry.FullName);
                             string replacement = "OCREngine";
-
+                            //提换文件夹名字保证文件夹统一
                             int slashIndex = entry.FullName.IndexOf('/');
                             if (slashIndex != -1)
                             {