From 209d01a486825980aa9deca2d085d8af70a999cd Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Sat, 29 Jul 2023 14:19:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scanner2/mainwindow.cpp b/app/scanner2/mainwindow.cpp index e0182dc0..b64e6def 100644 --- a/app/scanner2/mainwindow.cpp +++ b/app/scanner2/mainwindow.cpp @@ -3676,7 +3676,7 @@ void MainWindow::ocrMsgPumpFunc(HGMsgPump msgPump, const HGMsg *msg, HGPointer p #elif defined(OEM_NEUTRAL) proc.startDetached(curPath + "NeuOCR.exe", argList); #elif defined(OEM_DELI) - proc.startDetached(curPath + "DeliOCR.exe", argList); + proc.startDetached(curPath + "DlOCR.exe", argList); #else proc.startDetached(curPath + "HGOCR.exe", argList); #endif @@ -3694,7 +3694,7 @@ void MainWindow::ocrMsgPumpFunc(HGMsgPump msgPump, const HGMsg *msg, HGPointer p #elif defined(OEM_NEUTRAL) proc.startDetached(curPath + "NeuOCR", argList); #elif defined(OEM_DELI) - proc.startDetached(curPath + "DeliOCR", argList); + proc.startDetached(curPath + "DlOCR", argList); #else proc.startDetached(curPath + "HGOCR", argList); #endif