AreasType

AreasType enumeration

确定模型检测到的区域类型。

public enum AreasType

名称描述
PARAGRAPHS1将区域设置为段落
LINES2将区域设置为行
WORDS3将区域设置为单词

备注

在 !:AsposeOcr.GetRectangles(string, AreasType, bool) 中使用,以指示将获得的结果——段落坐标或行坐标。

另请参见