Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Sets a variable.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
OCR | 7.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Name | The name of the variable. | "test" |
Value | The text value for this variable. | "123" |
Returns OK or error.
Set variable for white list characters:
MBS( "OCR.SetVariable"; "tessedit_char_whitelist"; "0123456789" )
Set variable for black list characters:
MBS( "OCR.SetVariable"; "tessedit_char_blacklist"; "xyz" )
This function is free to use.
Created 2nd November 2017, last changed 2nd November 2017