RecognizeTextAreas

OcrConnectorBase.RecognizeTextAreas method

从中识别文本区域imageStream流.

public virtual IList<PageTextArea> RecognizeTextAreas(Stream imageStream, int pageIndex, 
    Size pageSize, OcrOptions options)
范围 类型 描述
imageStream Stream 文档页面的图像表示。
pageIndex Int32 文档的页面索引。
pageSize Size 文档页面的大小。
options OcrOptions OCR 选项。

返回值

的集合PageTextArea对象;无效的如果不支持文本区域识别。

也可以看看