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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

OCR.Clear

Free up recognition results and any stored image data, without actually freeing any recognition data that would be time-consuming to reload.

Component Version macOS Windows Linux Server iOS SDK
OCR 2.9 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "OCR.Clear" )

Parameters

none

Result

Returns OK on success.

Description

Free up recognition results and any stored image data, without actually freeing any recognition data that would be time-consuming to reload.
Afterwards, you must call SetImage or TesseractRect before doing any Recognize or Get* operation.

Examples

Clear:

MBS( "OCR.Clear" )

Created 18th August 2014, last changed 18th August 2014


OCR.Cleanup - OCR.GetBoxText

Feedback: Report problem or ask question.