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.Recognize

Recognize the image.

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

Parameters

none

Result

Returns OK on success.

Description

Recognize the image.
Optional. The Get*Text functions will call Recognize if needed. After Recognize, the output is kept internally until the next SetImage.

See also Vision.RecognizeText for macOS.

Examples

Start recognition process:

$r = MBS( "OCR.Recognize" )

See also

Created 18th August 2014, last changed 16th June 2021


OCR.MeanTextConf - OCR.SetImage

Feedback: Report problem or ask question.