NMAC427 / SwiftOCR

Fast and simple OCR library written in Swift
Apache License 2.0
4.62k stars 480 forks source link

Update README.md #70

Open pwightman opened 7 years ago

pwightman commented 7 years ago

Make the type of myImage clear.

I propose this partially as a question...is myImage supposed to be a UIImage?

potmo commented 7 years ago

It depends on what platform you are running on. Basically OCRImage is alias for UIImage on ios and NSImage otherwise

https://github.com/garnele007/SwiftOCR/blob/master/framework/SwiftOCR/CrossPlatformSupport.swift