Defines methods that are required to apply OCR to image documents and embedded images.
Namespace: GroupDocs.Conversion.Integration.OcrAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic interface IOcrConnector
Public Interface IOcrConnector
public interface class IOcrConnector
type IOcrConnector = interface end
The IOcrConnector type exposes the following members.
Methods
| Name | Description |
---|
 | Recognize |
Does the OCR processing of an image, provided as a stream.
|
See Also