ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / OCR functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Used to set the directory that contains the language models for the native OCR system.
Please note: All language templates must be in the same directory.
Example
OCRModelPathDirectory("C:\OCR\CheminModèles")
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
Three languages are offered in the product: French, English, Spanish. 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: wd300ocr.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help