NMAC427 / SwiftOCR

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

Can't recognize the image with dark background #88

Open zhouhao27 opened 7 years ago

zhouhao27 commented 7 years ago

New to OCR. Here is my image.

screen shot 2017-05-20 at 12 05 47 pm

Should I do some training or something else? Any idea? Thanks. 

serhii-londar commented 7 years ago

I think you need to train your network for this font. You can use trainer app for training network for specific font.

NMAC427 commented 7 years ago

If you want to recognise a white font on a black background, you should first invert the image before trying to recognise it.