How to support Korean language for VNDocumentCameraViewController?
Can't suported apply?
recognitionLanguages = ["ko-KR"] Not applicable.
Please support Korean.
How to support Korean language for VNDocumentCameraViewController?
Can't suported apply?
recognitionLanguages = ["ko-KR"] Not applicable.
Please support Korean.
As noted in the header comments of VNRecognizeTextRequest.h:
VNRecognizeTextRequestRevision1 only supports English
VNRecognizeTextRequestRevision2 supports English, Chinese, Portuguese, French, Italian, German and Spanish in the accurate recognition level. The fast recognition level supports English, Portuguese, French, Italian, German and Spanish. Best practice is to use supportedRecognitionLanguagesForTextRecognitionLevel to check for supported languages.
If you would like to see support for Korean, I recommend that you file an enhancement request using Feedback Assistant.