AreasType

AreasType enumeration

Determines the type of regions detected by the model.

public enum AreasType

Values

NameValueDescription
PARAGRAPHS1Sets regions as paragraphs
LINES2Sets regions as lines
WORDS3Sets regions as words

Remarks

Used in the !:AsposeOcr.GetRectangles(string, AreasType, bool) to indicate which result will be obtained - paragraph coordinates or line coordinates.

See Also