RecognizedImage
RecognizedImage class
表示文本,作为识别过程的结果从图像中提取。
public class RecognizedImage
构造函数
姓名 | 描述 |
---|---|
RecognizedImage(IEnumerable<TextLine>) | 使用一组已识别的行初始化类的新实例。 |
特性
姓名 | 描述 |
---|---|
Lines { get; } | 获取在文档中识别的文本行及其片段。 |
Text { get; } | 获取结构化文本的等效文本 |
字段
姓名 | 描述 |
---|---|
static readonly Empty | 空识别图像 |