1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. OcrContext

OcrContext

OcrContext class

Represents the OCR processing context.

public class OcrContext

Properties

Name Description
ImageFileExtension { get; } Gets the file extension of the image. This value can be used to determine the type of the image.
ImageLocation { get; } Gets the location of the image.
ImageStream { get; } Gets the stream containing the image to be processed.

See Also