Enum AreasType

Enum AreasType

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (26.4.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 Aspose.OCR.AsposeOcr.DetectRectangles(Aspose.OCR.OcrInput,Aspose.OCR.AreasType,System.Boolean) to indicate which result will be obtained - paragraph coordinates or line coordinates.

 English