forked from hiroi-sora/Umi-OCR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffb2687
commit d17306c
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,5 +237,15 @@ Umi-OCR 允许通过命令行调用每一个标签页(模块)上的任意函 | |
|
||
## 构建项目 | ||
|
||
### clone | ||
|
||
强烈建议只 clone 主分支,因为某些分支含有体积很大的二进制库,会让你花费很长时间下载。 | ||
|
||
``` | ||
git clone --branch main --single-branch [email protected]:hiroi-sora/Umi-OCR_v2.git | ||
``` | ||
|
||
### 运行环境 | ||
|
||
- [Windows](https://github.com/hiroi-sora/Umi-OCR_runtime_windows) | ||
- 跨平台的支持筹备中 |