NMAC427 / SwiftOCR

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

Swift 3.0 support class func global(priority: DispatchQueue.GlobalQueuePriority)Deprecated #56

Open jjksam opened 7 years ago

jjksam commented 7 years ago

SwiftOCR Camera project's ViewController.swift should update to this DispatchQueue.global(qos: .userInteractive).async(execute: {

benaubin commented 7 years ago

If you fix this, you should submit a PR - it makes it super easy for the collaborators to fix this issue - and I'd love to see what you did for my own project 😃