forked from sfragrance/CaptuocrToy
-
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.
Merge pull request sfragrance#10 from ricler/master
添加中文 README
- Loading branch information
Showing
3 changed files
with
45 additions
and
5 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
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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# CaptuocrToy | ||
|
||
一个使用在线接口识别截图中文字的工具。 | ||
|
||
其他语言:[English](README.md) | ||
|
||
# 截图 | ||
|
||
![img](https://raw.githubusercontent.com/gragrance/CaptuocrToy/master/screenshot.gif) | ||
|
||
# 如何使用? | ||
|
||
1. 你首先需要根据以下命令安装**Xcode Command Line Tools** 和 **cocoapod**。 | ||
- ```xcode-select --install``` | ||
- ```sudo gem install -n /usr/local/bin cocoapods``` | ||
|
||
2. 下载源代码 | ||
- ```git clone https://github.com/gragrance/CaptuocrToy.git``` | ||
|
||
3. 按照如下命令构建 | ||
|
||
``` | ||
cd CaptuocrToy | ||
pod update | ||
BuildArea/autobuild.sh | ||
``` | ||
|
||
|
||
|
||
# 版本发布 | ||
|
||
https://github.com/gragrance/CaptuocrToy/releases | ||
|
||
# 致谢 | ||
|
||
感谢@ryh 提供识别二维码的代码。 |