Skip to content

Commit

Permalink
eng+ita
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele authored and Daniele committed Jul 31, 2014
1 parent 8904c03 commit ae47dd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ -(void)recognizeImageWithTesseract:(UIImage *)img
//only for test//
});

Tesseract* tesseract = [[Tesseract alloc] initWithLanguage:@"ita"];
Tesseract* tesseract = [[Tesseract alloc] initWithLanguage:@"eng+ita"];
tesseract.delegate = self;

[tesseract setVariableValue:@"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" forKey:@"tessedit_char_whitelist"]; //limit search
Expand Down

0 comments on commit ae47dd5

Please sign in to comment.