Skip to content

Commit

Permalink
Cleanup of readme and sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerovec committed Jul 29, 2015
1 parent 83171ee commit e27adff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# BlinkOCR SDK for real time text recognition

BlinkOCR SDK is a state-of-the-art OCR product for mobile devices. It's OCR technology is optimized specifically for mobile devices and architectures. This allows faster results and lower error rate than regular desktop-based OCR software. BlinkOCR features:
BlinkOCR SDK is a state-of-the-art OCR module for mobile devices. It's OCR technology is optimized specifically for mobile devices and architectures. This allows faster results and lower error rate than regular desktop-based OCR software. BlinkOCR features:

- integrated camera management
- integrated **text parsing** feature for fields like IBANs, prices, email addresses, urls, and many more!
Expand Down
5 changes: 0 additions & 5 deletions Samples/BlinkOCR-sample/BlinkOCR-sample/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,4 @@ - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)butto
[self dismissViewControllerAnimated:YES completion:nil];
}

- (void)processOcrRecognizerResult:(PPOcrRecognizerResult*)ocrRecognizerResult {

;
}

@end

0 comments on commit e27adff

Please sign in to comment.