Post

Replies

Boosts

Views

Activity

Reply to VNRecognizeTextRequest Supported Languages
Has anyone had any luck getting other languages to actually work in Big Sur? Here's my setup, but I never get ß or ü or any special characters like that. I just get B and u, and the text looks like it did in Catalina. textRecognitionRequest = VNRecognizeTextRequest(completionHandler: recognizeTextHandler) textRecognitionRequest.recognitionLevel = .accurate textRecognitionRequest.recognitionLanguages = ["de-DE"] textRecognitionRequest.usesLanguageCorrection = true I've even tried switching my system to German, but that has no effect. Does this only work in Xcode 12? I'm using 11 and the supported languages does have the new list of 8 languages, so it would be weird if that worked but the actual OCR didn't.
Aug ’20