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
Used to set the directory that contains the language models for the native OCR system.
Caution: All language models must be in the same directory.
Example
OCRModelPathDirectory("C:\OCR\ModelPath")
Syntax
<Result> = OCRModelPathDirectory([<Directory>])
<Result>: Character string
Directory path of the language models.
If the <Directory> parameter is not specified, <Result> will correspond to the current directory.
<Directory>: Optional character string
New directory path of the language models.
Remarks
The product supports three languages: English, Spanish, French. If one of these languages is used, there is no need to specify the directory path of language models. The corresponding language models are automatically stored in the same directory as the executable. If other custom models are used, all models must be in the same directory.
Business / UI classification: Business Logic
Component: wd290ocr.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help