SwiftOCR
SwiftOCR copied to clipboard
Unable to recognise characters or digit from image.
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.
Every time i am getting recognizedString empty. Any idea why it is not working for this ?
I don't think this framework is powerful enough to do that. Even this image:

results in "0UUL8COD3"
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.