NMAC427 / SwiftOCR

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

Fix compiler error (Swift 5) #184

Open davidrazmadze opened 3 years ago

davidrazmadze commented 3 years ago

'compiler is unable to type-check this expression in reasonable time...' for the randomFloat variable. I fixed this by dividing the return value into three sub sections x, y, and z.