Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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