ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / OCR functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Adds a language to the native OCR system.
Example
// Add American English
MyModelName is string = "en_US"
OCRAddLanguage(MyModelName)
Syntax
OCRAddLanguage(<ISO Language>)
<ISO Language>: Character string
Name of the language to be added in ISO format.
Remarks
For platforms other than iOS, use OCRLoadLanguage.
Minimum version required
  • Version 26
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help