From b628c754d5287657306340a39d3a5bd6bad897f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=A0=E5=AE=A2=E5=B0=8F=E6=98=93?= <24271786@qq.com> Date: Thu, 2 Mar 2023 22:41:10 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 059c9c6..5e59179 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ ## OcrHelper 是一款基于PaddleOCR实现的从图片中识别出汉字,英文,数字的开源小工具。可以在复杂动态背景下识别出各种字体的文字和符号。轻松实现无侵入式获取各种软件,APP界面显示内容,准确率高达95%。 -### 适用场景 +### 目前仅支持windows7及以上64位系统 +[https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip](https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip?_blank) + +### 二次开发定制以及其他想法可联系 + + +### 适用场景扩展 #### 1、直播间弹幕识别,聊天识别,根据识别到的直播间弹幕和聊天消息自动回答客户问题,节省人工成本。 From ab5c0b10542521c18ecc27946d6820065b93428c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=A0=E5=AE=A2=E5=B0=8F=E6=98=93?= <24271786@qq.com> Date: Mon, 6 Mar 2023 10:23:17 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5e59179..29045ff 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ ### 目前仅支持windows7及以上64位系统 [https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip](https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip?_blank) -### 二次开发定制以及其他想法可联系 - ### 适用场景扩展 From de9682deca1c4bde70074fe26485a63c344599de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=A0=E5=AE=A2=E5=B0=8F=E6=98=93?= <24271786@qq.com> Date: Mon, 6 Mar 2023 10:52:28 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29045ff..1c2e8d7 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,21 @@ ### 适用场景扩展 #### 1、直播间弹幕识别,聊天识别,根据识别到的直播间弹幕和聊天消息自动回答客户问题,节省人工成本。 +![2](https://user-images.githubusercontent.com/24860541/223008429-7d06b299-1849-4e89-b1dc-d71583cf1bd7.jpg) +![3](https://user-images.githubusercontent.com/24860541/223008414-0a9d8ce2-e588-4768-84a3-344743fd05ff.jpg) -![QQ截图20230301171435](https://user-images.githubusercontent.com/24860541/222360211-11187450-aa7b-4b59-b850-3780e9870192.jpg) -![QQ截图20230301171345](https://user-images.githubusercontent.com/24860541/222360226-695e3bed-5eb4-4365-870f-84023920c611.jpg) #### 2、社交群,私域流量消息管理。根据关键词实时采集客户需求,分析,引导转化。 -![QQ截图20230301170909](https://user-images.githubusercontent.com/24860541/222362025-5843f29f-7aea-4e31-bfef-c67e17d338ab.jpg) +![7](https://user-images.githubusercontent.com/24860541/223008458-d1a1c459-9954-4960-b1d0-c2405f4f7e9f.jpg) + #### 3、pdf以及不可复制场景文字内容提取。 -![QQ截图20230301171139](https://user-images.githubusercontent.com/24860541/222362212-6114143d-2b29-4935-a55c-186dcd2c06de.jpg) -![QQ截图20230301170739](https://user-images.githubusercontent.com/24860541/222362231-59a2f19d-170d-46c7-9898-27cb60b6100e.jpg) +![4](https://user-images.githubusercontent.com/24860541/223008480-1604380f-84ea-4b93-a44c-545eec8a9c8c.jpg) +![5](https://user-images.githubusercontent.com/24860541/223008491-8917fc6e-2e11-40ee-a419-38225f8e6705.jpg) +![6](https://user-images.githubusercontent.com/24860541/223008498-81ba7390-df14-416a-99cd-b4949bd5586f.jpg) + #### 打包命令 dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained true /p:IncludeNativeLibrariesForSelfExtract=false /p:DebugType=None From 359b3dbafd0346d3dba2b87878575888b64b29bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=A0=E5=AE=A2=E5=B0=8F=E6=98=93?= <24271786@qq.com> Date: Tue, 7 Mar 2023 09:15:52 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c2e8d7..8f63411 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ ### 目前仅支持windows7及以上64位系统 [https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip](https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip?_blank) +### 有二次开发功能扩展需求可微信联系 +![wx](https://user-images.githubusercontent.com/24860541/223293827-33a9cc2f-e91c-49b0-b46a-2ba036b83f2c.jpg) + + ### 适用场景扩展 From e85eb0e7e68107ca9adea96bd0d24c1925469592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=A0=E5=AE=A2=E5=B0=8F=E6=98=93?= <24271786@qq.com> Date: Tue, 14 Mar 2023 09:39:34 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f63411..a39e276 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ ### 目前仅支持windows7及以上64位系统 [https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip](https://github.com/xksoft/OcrHelper/releases/download/1.0/win-x64.zip?_blank) +### 关注公众号,免费体验更多黑科技 +![qrcode_for_gh_a53a61421e9e_258](https://user-images.githubusercontent.com/24860541/224869945-18d2a500-812b-48b4-85cf-3efa133aacf1.jpg) + + ### 有二次开发功能扩展需求可微信联系 ![wx](https://user-images.githubusercontent.com/24860541/223293827-33a9cc2f-e91c-49b0-b46a-2ba036b83f2c.jpg)