Skip to content

Commit 111748d

Browse files
author
litongjava
committed
add how to build
1 parent 1b428c2 commit 111748d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

paddle-ocr-server/readme.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,23 @@
1010
- pytorch
1111
- onnx
1212
- paddle-ocr
13-
13+
## How to build
14+
```
15+
git clone https://github.com/litongjava/ai-server.git
16+
or
17+
#git clone https://gitee.com/ppnt/ai-server.git
18+
mvn install -DskipTests
19+
```
20+
whisper-asr-service会构建失败,不用理会,因为 whisper-asr-service依赖jdk 11,paddle-ocr-server并不依赖whisper-asr-service,保证paddle-ocr-service构建成功即可
21+
build paddle-ocr-server
22+
```
23+
cd paddle-ocr-server
24+
mvn package -DskipTests -Pproduction
25+
```
26+
run
27+
```
28+
java -jar target/paddle-ocr-server-1.0.1.jar
29+
```
1430
## 接口文档
1531

1632
### 在线文档地址

0 commit comments

Comments
 (0)