NMAC427 / SwiftOCR

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

Unable to recognise characters or digit from image. #143

Open MiteshiOS opened 5 years ago

MiteshiOS commented 5 years ago

I have an one drawing view where user can draw any digit, character or anything else. I am using this framework for identifying digit or character but unable to do.

simulator screen shot - iphone 6 - 2018-07-17 at 17 01 24

Every time i am getting recognizedString empty. Any idea why it is not working for this ?

petertao95 commented 5 years ago

I don't think this framework is powerful enough to do that. Even this image:

screen shot 2018-07-26 at 9 40 20 pm

results in "0UUL8COD3"

mark-bragg commented 5 years ago

you need to collect every character image from every user and train the model with that handwriting. allow the user to correct the model. this way you can collect the correct answer in order to retrain the model. over time, the model will be able to decipher the characters.