Post

Replies

Boosts

Views

Activity

Reply to Extended alphabets in TextRecognition
Hi masterblaster,For a long time I wondered why my app does not recognize German umlauts (e.g. Ü ö ä or a ß) with VNRecognizeTextRequest.Now I found out that umlauts are only recognized if I set :.recognitionLevel= .fast and.usesLanguageCorrection = falseUnfortunately, the .customWords seem not to work anymore and the quality of the text recognition is not good.At this time, the VNRecognizeTextRequest only seems to support en-US.VNRecognizeTextRequest.supportedRecognitionLanguages() always returns 1 value of en-US.Cheers,Michael
Mar ’20