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