This commit is contained in:
luoliangyi 2023-07-29 14:19:43 +08:00
parent c9379a7a1c
commit 209d01a486
1 changed files with 2 additions and 2 deletions

View File

@ -3676,7 +3676,7 @@ void MainWindow::ocrMsgPumpFunc(HGMsgPump msgPump, const HGMsg *msg, HGPointer p
#elif defined(OEM_NEUTRAL) #elif defined(OEM_NEUTRAL)
proc.startDetached(curPath + "NeuOCR.exe", argList); proc.startDetached(curPath + "NeuOCR.exe", argList);
#elif defined(OEM_DELI) #elif defined(OEM_DELI)
proc.startDetached(curPath + "DeliOCR.exe", argList); proc.startDetached(curPath + "DlOCR.exe", argList);
#else #else
proc.startDetached(curPath + "HGOCR.exe", argList); proc.startDetached(curPath + "HGOCR.exe", argList);
#endif #endif
@ -3694,7 +3694,7 @@ void MainWindow::ocrMsgPumpFunc(HGMsgPump msgPump, const HGMsg *msg, HGPointer p
#elif defined(OEM_NEUTRAL) #elif defined(OEM_NEUTRAL)
proc.startDetached(curPath + "NeuOCR", argList); proc.startDetached(curPath + "NeuOCR", argList);
#elif defined(OEM_DELI) #elif defined(OEM_DELI)
proc.startDetached(curPath + "DeliOCR", argList); proc.startDetached(curPath + "DlOCR", argList);
#else #else
proc.startDetached(curPath + "HGOCR", argList); proc.startDetached(curPath + "HGOCR", argList);
#endif #endif