Enum AreasType
Enum AreasType
名称: Aspose.OCR 集合: Aspose.OCR.dll (25.4.0)
确定模型所检测的区域类型。
public enum AreasType
Fields
LINES = 2
将区域列为线条
PARAGRAPHS = 1
将区域列为段落
WORDS = 3
将区域列为词语
Remarks
在 AsposeOcr.GetRectangles(string、AreasType、bool)中使用,以表明将获得哪些结果 - 段落坐标或线坐标。