RegionTypes
Contents
[
Hide
]RegionTypes enumeration
Region types detected by the layout/region detection model.
Members
| Member name | Description |
|---|---|
| PARAGRAPH | A block of continuous text, typically forming a paragraph. |
| IMAGE | An embedded image or graphic element within the document. |
| HEADER | A page or document header region. |
| TABLE | A structured table consisting of rows and columns. |
| LIST | A list of items, such as bullet points or numbered entries. |
| CAPTION | A caption describing an image, table, or other element. |
| EQUATION | A mathematical expression or formula. |
| LINE | Raw text lines not grouped into higher-level regions. Typically appears when region detection is UNIVERSAL, TABLE, CURVED_TEXT, LEAN. |
| FOOTER | A page or document footer region. |
| CHART | A chart or diagram region. |
| FIGURE_CAPTION | A caption or title for a figure or chart. |
| TABLE_CAPTION | A caption or title for a table. |
| TITLE | A document or paragraph title. |
| INLINE_FORMULA | An inline mathematical expression or formula. |
| PAGE_NUMBER | A page number region. |
See Also
- namespace aspose.ocr
- assembly Aspose.OCR