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

Hi there, This is more of a question than an issue, as I haven't had a chance to try this out yet - just wondering if your library is able...

I downloaded the example project and tried running it in Xcode 8.2. I'm getting the following error. > “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly...

I tried implementing SwiftOCR using a simple image, However i get an empty string as output. var myImage:UIImage = UIImage(named: "/Users/sriteja/Desktop/Finance Manager/Finance Manager/bill2.png")! @IBAction func testButton(_ sender: AnyObject) { let...

The following build commands failed: Check dependencies (1 failure) warning: using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS...

Hi, I just came across your project and it is awesome! 👍 I have worked with some Deep NN and I know it is better to try different parameters (learning...

Hi again, I have been playing around with some small images of text to check whether I could recognize some text on them, although I retrained the NN, tweaked some...