Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gali8 committed Apr 30, 2013
1 parent a083086 commit fccac68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ It's only two files:
libTesseract OCR iOS.a
Tesseract.h

Usage
Attach the project
=================

Copy <strong>libTesseract OCR iOS.a</strong> and <strong>Tesseract.h</strong> or add (drag&drop) the "Tesseract-OCR-iOS" XCode Project under your project
Add (drag&drop) the "Tesseract-OCR-iOS" XCode Project under your project
<br />
Import UIKit with: <code>#import &lt;UIKit/UIKit.h&gt;</code>
<br />
Import libTesseract OCR iOS with: <code>#import "Tesseract.h"</code> or <code>#import &lt;Tesseract OCR iOS/Tesseract.h&gt;</code>
Import libTesseract OCR iOS with: <code>#import &lt;Tesseract OCR iOS/Tesseract.h&gt;</code>
<br />
Use Tesseract class like explained here: https://github.com/ldiqual/tesseract-ios

Expand Down

0 comments on commit fccac68

Please sign in to comment.