You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I've updated the recognizableCharacters variable to my new training data, e.g.:
recognizableCharacters = "ABCD123˜)(-"
But print(recognizableCharacters.count) is always the original 36 characters. So, after change recognizableCharacters, what is the next step to SwiftOCR working?
The text was updated successfully, but these errors were encountered:
Hi.
I've updated the recognizableCharacters variable to my new training data, e.g.:
recognizableCharacters = "ABCD123˜)(-"
But print(recognizableCharacters.count) is always the original 36 characters. So, after change recognizableCharacters, what is the next step to SwiftOCR working?
The text was updated successfully, but these errors were encountered: