From b5cd1a018f26c19412f2d8a19d4e3fe2b46c2dcb Mon Sep 17 00:00:00 2001 From: Hao Guan <10684225+hguandl@users.noreply.github.com> Date: Thu, 3 Nov 2022 23:23:11 +1000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DmacOS=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E4=B8=AD=E5=BF=83=E8=AF=86=E5=88=AB=E9=94=99=E8=AF=AF?= =?UTF-8?q?=20(#2583)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复macOS采购中心识别错误 * Update tasks.json Co-authored-by: MistEO --- 3rdparty/VisionOCR | 2 +- resource/tasks.json | 8 ++++---- src/MeoAsstMac | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3rdparty/VisionOCR b/3rdparty/VisionOCR index c8fc04560e..c8272fbaff 160000 --- a/3rdparty/VisionOCR +++ b/3rdparty/VisionOCR @@ -1 +1 @@ -Subproject commit c8fc04560eb400dbf7010062278117ea2d52d856 +Subproject commit c8272fbaff466b2478f6f1328be8dba8cfda5f22 diff --git a/resource/tasks.json b/resource/tasks.json index 532436207a..a7d288cca3 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -3527,10 +3527,10 @@ "中心" ], "roi": [ - 640, - 360, - 640, - 360 + 740, + 440, + 200, + 100 ], "next": [ "CreditStoreOcr", diff --git a/src/MeoAsstMac b/src/MeoAsstMac index bc871e6387..aaf24b2cd7 160000 --- a/src/MeoAsstMac +++ b/src/MeoAsstMac @@ -1 +1 @@ -Subproject commit bc871e6387af68f68833999a0c19be880ab1e72d +Subproject commit aaf24b2cd7611176d65e2f93465028ce56859340