NMAC427 / SwiftOCR

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

SwiftOCR Camera: Swift 5 fixes #177

Closed magnolialogic closed 4 years ago

magnolialogic commented 4 years ago

SwiftOCR.swift#L584,633: Replace 'UIImageOrientation' with 'UIImage.Orientation'

UIImageOrientation is deprecated as of Swift 4.2, can't run SwiftOCR Camera example without these changes.

magnolialogic commented 4 years ago

Ping?

magnolialogic commented 4 years ago

nm I guess