RegionTypes
RegionTypes enumeration
Region types detected by the layout/region detection model.
public enum RegionTypes
Values
| Name | Value | Description |
|---|---|---|
| PARAGRAPH | 1 | A block of continuous text, typically forming a paragraph. |
| IMAGE | 2 | An embedded image or graphic element within the document. |
| HEADER | 3 | A table header region (e.g., column names or top row of a table). |
| TABLE | 4 | A structured table consisting of rows and columns. |
| LIST | 5 | A list of items, such as bullet points or numbered entries. |
| CAPTION | 6 | A caption describing an image, table, or other element. |
| EQUATION | 7 | A mathematical expression or formula. |
| LINE | 8 | Raw text lines not grouped into higher-level regions. Typically appears when region detection is UNIVERSAL, TABLE, CURVED_TEXT, LEAN. |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR