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
I use the training app with font 'Verdana', let it run for 2 minutes minimum. Save the OCR-Network file and use it to replace it the one in my real app('/Pods/SwiftOCR/framework/SwiftOCR/OCR-Network').
I use the training app with font 'Verdana', let it run for 2 minutes minimum. Save the OCR-Network file and use it to replace it the one in my real app('/Pods/SwiftOCR/framework/SwiftOCR/OCR-Network').
I take a photo in the app and runs:
swiftOCRInstance.recognize(myImage) { recognizedString in
DispatchQueue.main.async {
self.textResult.text = recognizedString
}
<<<<
Fails badly with translating simple image with Verdana font text on it....
What am I doing wrong?
The text was updated successfully, but these errors were encountered: