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

Hello, I would like to ask if there is any possibility to get how accurate the match was. E.g If on the picture would be a lettet A and the...

Hi, I want to try your OCR library, but when I try to install it using cocoapod, there is an error as shown in the following image: ![swiftocr_error](https://user-images.githubusercontent.com/22187764/32731644-fa6dc91e-c8bc-11e7-9c0b-926bf2687c77.png)

I am making an iphone app using SwiftOCR. it reads Capital alphabets & numbers. I want to make it to recognize text's background. I will use HSB color. I will...

I am having massive problems installing this. Here's what I did. I have Xcode 7.3.1. I git cloned the repo onto my Mac, then went into example/iOS/SwiftOCR Camera, double clicked...

Sir, I use X code 9 , iOs 11 iPhone 6 to test. I scan receipt and hand writing TOTAL to see if it works. Even I click all fonts...

Hi, is there a way to detect spaces with swift ocr, I am using at at the moment and it doesn't add spaces and also cannot find 1 in the...

I am trying both Tesseract and SwiftOCR paraller. I have implemented your just 6 lines of code. **Tesseract recognise all images except your image** [(YourImage)](https://github.com/garnele007/SwiftOCR/blob/master/example/OS%20X/SwiftOCR%20Example%20OS%20X/SwiftOCR%20Example%20OS%20X/images/Test%202.png?raw=true) And **SwiftOCR recognise only this...

The following code gives me an error for me. Swift 3.1, Xcode 8.3.2. Thanks! ocr.recognize(image) { result in debugPrint("OCR Result: \(result)") } 2017-05-29 12:11:51.805177-0400 Test[2444:1199122] libMobileGestalt MobileGestaltSupport.m:153: pid 2444 (Test)...

I have trained a set of characters, "AKOST" to be specific and saved the file created. I replaced it with the original OCR-Network file of the project and then i...