Skip to content

Commit

Permalink
adding new method description to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvelikov committed Jun 13, 2013
1 parent a51b2b7 commit 5aefdc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Here is the default workflow to extract text from an image:
- Set the image to analyze
- Start recognition
- Get recognized text
- Clear


Code Sample
Expand All @@ -48,6 +49,7 @@ Code Sample
[tesseract recognize];

NSLog(@"%@", [tesseract recognizedText]);
[tesseract clear];


Method reference
Expand Down Expand Up @@ -97,3 +99,8 @@ Start text recognition. You might want to launch this process in background with

Get the text extracted from the image.

### -clear ###

`- (void) clear`

Clears Tesseract object after text has been recognized from image. Preventing memory leaks.

0 comments on commit 5aefdc6

Please sign in to comment.