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
Warning
From version 28, OCRParameter is kept for backward compatibility. This function is replaced by OCRParameter.
Initializes the general options of the native OCR (Optical Character Recognition) system.
Example
// Creation of options
MyOCROptions is ocrOption
 
// Detect only numbers when reading an image
MyOCROptions.OnlyDigit = True
 
OCRConfigure(MyOCROptions)
Syntax
OCRParameter(<Advanced options>)
<Advanced options>: ocrOption variable
Name of the ocrOption variable that contains the advanced OCR management parameters.
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: 11/22/2022

Send a report | Local help