'Declaration Public Overloads Shared Function Create( _ ByVal resourcePath As String _ ) As ImGearOCR
public static ImGearOCR Create( string resourcePath )
public: static ImGearOCR* Create( string* resourcePath )
public: static ImGearOCR^ Create( String^ resourcePath )
Parameters
- resourcePath
- The path to resources used by OCR engine. Argument may be null or empty. In this case, the default resource path is used.
Return Value
OCR engine for text recognition.