Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
- 修复了端口小于9292重启软件失效的问题
- 接口增加了Output,输出数据内容,可以选择full或small。full为默认,输出的数据中包含可信度、位置等消息。small则只有Text。
- 接口增加了Format,可选择输出json或纯文本(纯文本模式下,Output无效)
  • Loading branch information
Physton committed Mar 23, 2023
1 parent f5a70dd commit 24e7d4e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@ RapidOCR HTTP 服务。win32程序,易语言编写。
>如不信任,请立即停止使用+删除+拉黑。
### 软件/Demo下载
[https://github.com/Physton/RapidOCRServer/releases/tag/1.1]()
[https://github.com/Physton/RapidOCRServer/releases/tag/1.2.0](https://github.com/Physton/RapidOCRServer/releases/tag/1.2.0)

- 123云盘(不限速):[https://www.123pan.com/s/HcqbVv-Nj8I.html]() 提取码:Pp1m
- 百度网盘:[https://pan.baidu.com/s/1sW8OwxFTlL2ESEJLkE5yCQ?pwd=67uw]()
- 123云盘(不限速):[https://www.123pan.com/s/HcqbVv-xT0I.html](https://www.123pan.com/s/HcqbVv-xT0I.html) 提取码:Y83j
- 百度网盘:[https://pan.baidu.com/s/1X3TpUlqqdEba9pdEkEciAA?pwd=rxee](https://pan.baidu.com/s/1X3TpUlqqdEba9pdEkEciAA?pwd=rxee)

### 更新说明
##### v1.2.0 (2023.03.23)
- 修复了端口小于9292重启软件失效的问题
- 接口增加了Output,输出数据内容,可以选择full或small。full为默认,输出的数据中包含可信度、位置等消息。small则只有Text。
- 接口增加了Format,可选择输出json或纯文本(纯文本模式下,Output无效)
##### v1.1.0 (2023.03.21)
- 更新了 RapidOCR.dll
- 支持 Windows Server 使用了
- 返回的每行文本中增加了Single(每个文字的可信度和位置,程序未解析成JSON,需自行解析字符串)

### Demo使用说明
nodejs: [https://github.com/Physton/RapidOCRServer/tree/main/Demo/nodejs]()
nodejs: [https://github.com/Physton/RapidOCRServer/tree/main/Demo/nodejs](https://github.com/Physton/RapidOCRServer/tree/main/Demo/nodejs)

### 示例
![](https://raw.githubusercontent.com/Physton/RapidOCRServer/main/screenshot/1.png)
Expand Down
Binary file modified RapidOCRServer.e
Binary file not shown.
Binary file modified RapidOCRServer.exe
Binary file not shown.
Binary file modified screenshot/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24e7d4e

Please sign in to comment.