SwiftOCR icon indicating copy to clipboard operation
SwiftOCR copied to clipboard

Unable to recognise characters or digit from image.

Open MiteshiOS opened this issue 5 years ago • 2 comments

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 ?

MiteshiOS avatar Jul 17 '18 11:07 MiteshiOS

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"

petertao95 avatar Jul 27 '18 02:07 petertao95

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.

mark-bragg avatar Mar 24 '19 01:03 mark-bragg