SwiftOCR icon indicating copy to clipboard operation
SwiftOCR copied to clipboard

Fast and simple OCR library written in Swift

Results 86 SwiftOCR issues
Sort by recently updated
recently updated
newest added

I have an one drawing view where user can draw any digit, character or anything else. I am using this framework for identifying digit or character but unable to do....

Hello, I was wondering if anybody has done a Wrapper for SwiftOCR to be able to use it in another language (e.g., Python). Or if there is a way to...

I want to train OCR-Network and save it. I used SwiftOCRTraining.xcodeproj, but it didn't work. I want to know how to train network. Do I have to make training data...

so does it only work for code like `DI4C9CM`, won't work for two numbers: `20`, `30` or `50`? Or two numbers separated by space `2 0` or single number `2`?

Can you help me to install Swift OCR through Swift Package Manager.

When installing SwiftOCR through CocoaPods, it depends on the CocoaPods version of GPUImage (instead of the repository version). For macOS, this does not compile since there are several files missing...

![fl-crop5](https://user-images.githubusercontent.com/45904198/52254275-fa5ea900-28da-11e9-8cf9-e60005efddf9.jpg) I trained all fonts for 0123456789 Added the OCR file from desktop into my test program, I get characters instead of numbers in my print() statement MNLFDDNDIJJAGLFJNLD Please suggest...

Whenever I want to call `SwiftOCRInstance.recognize(image)` I get the following error message printed to the console: ``` libMobileGestalt MobileGestaltSupport.m:153: pid 5236 (vocrc) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and...

I use the training app with font 'Verdana', let it run for 2 minutes minimum. Save the OCR-Network file and use it to replace it the one in my real...

Hi, With trained arial data, the '#' is picked up as 'A' using an ideal "image". Any ideas?