@@ -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)