Enum AreasType

Enum AreasType

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)

Determines the type of regions detected by the model.

public enum AreasType

Fields

LINES = 2

Sets regions as lines

PARAGRAPHS = 1

Sets regions as paragraphs

WORDS = 3

Sets regions as words

Remarks

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

 English