AreasType
AreasType enumeration
Determines the type of regions detected by the model.
public enum AreasType
Values
| Name | Value | Description |
|---|---|---|
| PARAGRAPHS | 1 | Sets regions as paragraphs |
| LINES | 2 | Sets regions as lines |
| 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.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR