Refactoring

This commit is contained in:
Alexey
2023-03-14 19:02:58 +03:00
parent 2ab9f06493
commit 21544a7ff7
5 changed files with 29 additions and 47 deletions

View File

@ -91,7 +91,7 @@ int main(int argc, char *argv[])
//std::vector<std::wstring> sSourceFiles = NSDirectory::GetFiles(L"C:\\Folder");
std::vector<std::wstring> sSourceFiles;
//Или добавляем любой нужный файл
sSourceFiles.push_back(L"C:\\Work\\TestDocxR\\tests\\CHIN_CHAN.pdf");
sSourceFiles.push_back(L"C:\\Work\\TestDocxR\\tests\\test.pdf");
std::wstring sTextDirOut = L"C:\\Work\\TestDocxR\\text";
if (!NSDirectory::Exists(sTextDirOut))