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  

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" )

This function is free to use.

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


OCR.Cleanup - OCR.GetBoxText

💬 Ask a question or report a problem