OcrContext

OcrContext class

OCR 処理コンテキストを表します。

public class OcrContext

プロパティ

名前 説明
ImageFileExtension { get; } 画像のファイル拡張子を取得します。 この値は、画像の種類を判別するために使用できます。
ImageLocation { get; } 画像の場所を取得します。
ImageStream { get; } 処理する画像を含むストリームを取得します。

関連項目