We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456a86b commit c7c60ccCopy full SHA for c7c60cc
TestsProject/TestsProjectTests/G8RecognitionTestsHelper.m
@@ -51,7 +51,7 @@ - (void)waitTimeLmit:(NSTimeInterval)maximumWait whileTrue:(BOOL (^)())shouldKee
51
- (void)setupTesseract
52
{
53
if (self.tesseract == nil) {
54
- self.tesseract = [[G8Tesseract alloc] initWithLanguage:@"eng"];
+ self.tesseract = [[G8Tesseract alloc] initWithLanguage:kG8Languages];
55
}
56
57
self.tesseract.delegate = self;
0 commit comments