Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfragrance authored Dec 4, 2017
1 parent 59708a0 commit 1b37639
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,18 @@ A tool to capture screenshot and recognize text by online ocr apis

# 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
```

0 comments on commit 1b37639

Please sign in to comment.