Skip to content

Commit

Permalink
Merge pull request #66 from litongjava/master
Browse files Browse the repository at this point in the history
add model path the release
  • Loading branch information
litongjava authored Nov 24, 2023
2 parents 210cb42 + 918dce6 commit 2e3820d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion models/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
models path
models path
```shell
wget https://github.com/litongjava/tools-ocr/releases/download/model-ppocr-v4/ch_PP-OCRv4_det_infer-onnx.zip
wget https://github.com/litongjava/tools-ocr/releases/download/model-ppocr-v4/ch_PP-OCRv4_rec_infer-onnx.zip
mkdir -p models/ch_PP-OCRv4_det_infer
mkdir -p models/ch_PP-OCRv4_rec_infer
unzip ch_PP-OCRv4_det_infer-onnx.zip -d models/ch_PP-OCRv4_det_infer
unzip ch_PP-OCRv4_rec_infer-onnx.zip -d models/ch_PP-OCRv4_rec_infer
```
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
## 安装
> - **安装路径请勿包含中文字符**
> - 本程序使用 JavaFX 开发,提供的安装包中已经包含了Java
> - 从release下载最新版本解压安装即可
> -[release](https://github.com/litongjava/tools-ocr/releases/)下载最新版本解压安装即可

## 程序使用
### 启动截图
Expand Down

0 comments on commit 2e3820d

Please sign in to comment.