IOcrConnectorRecognize Method |
Performs OCR processing on an image.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxstring Recognize(
OcrContext context
)
Function Recognize (
context As OcrContext
) As String
String^ Recognize(
OcrContext^ context
)
abstract Recognize :
context : OcrContext -> string
Parameters
- context
- Type: GroupDocs.Search.OptionsOcrContext
The OCR processing context.
Return Value
Type:
StringThe recognized text.
See Also