RecognizeTextAreas

OcrConnectorBase.RecognizeTextAreas method

からテキスト領域を認識imageStreamstream.

public virtual IList<PageTextArea> RecognizeTextAreas(Stream imageStream, int pageIndex, 
    Size pageSize, OcrOptions options)
パラメータ タイプ 説明
imageStream Stream ドキュメント ページのイメージ表現。
pageIndex Int32 ドキュメントのページ インデックス。
pageSize Size ドキュメント ページのサイズ。
options OcrOptions OCR オプション。

戻り値

のコレクションPageTextAreaオブジェクト;ヌルテキスト領域の認識がサポートされていない場合。

関連項目