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.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Restrict recognition to a sub-rectangle of the image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
OCR | 2.9 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
x | The x coordinate. | 0 |
y | The y coordinate. | 0 |
width | The width of the rectangle. | 100 |
height | The height of the rectangle. | 100 |
Returns OK on success.
Set Rectangle to 800x600:
MBS( "OCR.SetRectangle"; 0; 0; 800; 600 )
This function is free to use.
Created 18th August 2014, last changed 20th January 2020