Skip to content

Commit

Permalink
Updated README.md with subtree changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed Feb 28, 2014
1 parent 82e34f6 commit d2ad2eb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ Requirements
Installation
------------

- Download [tesseract-ios-lib](https://github.com/ldiqual/tesseract-ios-lib) and [tesseract-ios](https://github.com/ldiqual/tesseract-ios) and put them in your project folder.
- Download an appropriate tesseract language trained data from the following website: https://code.google.com/p/tesseract-ocr/downloads/list and put it in your project folder
- Clone this repo from your project folder.
- Download an appropriate tesseract language trained data from the following website: <https://code.google.com/p/tesseract-ocr/downloads/list> and put it in your project folder
- You should have the following folder structure:

![](https://s3.amazonaws.com/uploads.hipchat.com/13599/245679/DvgHe7KJhE0QK7Q/upload.png)
![](https://s3.amazonaws.com/uploads.hipchat.com/13599/245679/u5ttAoOJDlJhozG/upload.png)

- Add `tesseract-ios` and `tesseract-ios-lib` as groups to your project
- Add `tessdata` by reference to your project
- Add `tesseract-ios` as a group, and `tessdata` by reference to your project:

![](https://s3.amazonaws.com/uploads.hipchat.com/13599/245679/ZqMcF166v4W6iCu/upload.png)
![](https://s3.amazonaws.com/uploads.hipchat.com/13599/245679/rFYy2qbldqTxCGF/upload.png)

- Go to your project settings, and ensure that `C++ Standard Library => libstdc++`:

Expand Down

0 comments on commit d2ad2eb

Please sign in to comment.