Skip to content

Commit

Permalink
Merge pull request sfragrance#10 from ricler/master
Browse files Browse the repository at this point in the history
 添加中文 README
  • Loading branch information
sfragrance authored Dec 5, 2017
2 parents 83c9817 + fe9a773 commit a2957b9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ xcuserdata/
## Other
*.moved-aside
*.xcuserstate
*.DS_Store

## Obj-C/Swift specific
*.hmap
Expand Down Expand Up @@ -64,4 +65,4 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
.idea/
.idea/
11 changes: 7 additions & 4 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# CaptuocrToy
A tool to capture screenshot and recognize text by online ocr apis
A tool to capture screenshot and recognize text by online ocr apis .

Other Languages:[简体中文](README.zh-cn.md)

# Screenshot

![img](https://raw.githubusercontent.com/gragrance/CaptuocrToy/master/screenshot.gif)

# How to build
1. You should install **Xcode Command Line Tools** and **cocoapod** first.
- ```xcode-select --install```
- ```sudo gem install -n /usr/local/bin cocoapods```

2. Clone repository
- ```git clone https://github.com/gragrance/CaptuocrToy.git```

3. Build
```bash
```
cd CaptuocrToy
pod update
BuildArea/autobuild.sh
Expand Down
36 changes: 36 additions & 0 deletions docs/README.zh-cn.md
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 提供识别二维码的代码。

0 comments on commit a2957b9

Please sign in to comment.