NMAC427 / SwiftOCR

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

Compile on Linux? #121

Open pannous opened 6 years ago

pannous commented 6 years ago

since Swift is open source, it should be theoretically possible to run this project on Linux. how difficult would it be to port?

siobhandougall commented 6 years ago

I'm not one of the devs, but my guess would be probably pretty difficult. SwiftOCR exposes a pure Swift API, but uses of Objective-C dependencies and Foundation classes under the hood.