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
Warning
From version 28, OCRParameter is kept for backward compatibility. This function has been replaced with OCRParameter.
Initializes the general options of the native OCR (Optical Character Recognition) system.
Example
// Création des options
MesOCROptions is ocrOption

// Ne souhaite que les nombres lors de la lecture d'une image
MesOCROptions.OnlyDigit = True

OCRConfigure(MesOCROptions)
Syntax
OCRConfigure(<Advanced options>)
<Advanced options>: ocrOption variable
Name of the ocrOption variable that contains the advanced OCR management parameters.
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