NMAC427 / SwiftOCR

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

some question #108

Open jeongchoyi opened 6 years ago

jeongchoyi commented 6 years ago

I am making an iphone app using SwiftOCR. it reads Capital alphabets & numbers.

I want to make it to recognize text's background. I will use HSB color. I will add If statements to code prints recognized word.

Like .. simply

if ( H>a && S>b && B>c ){ // code prints recognized word } But I can't find where the code(prints recognized word) is.....

mrSerg commented 6 years ago

How you install library?