Class TableDetectionStrategy
Table detection strategies
Determines which algorithm(s) to use for detecting tables in PDF documents.
Inheritance
System.Object
TableDetectionStrategy
Namespace: IronPdf.Extractions
Assembly: IronPdf.dll
Syntax
public sealed class TableDetectionStrategy : Enum
Fields
Hybrid
Combined approach using both methods with fallback.
Declaration
public const TableDetectionStrategy Hybrid
Field Value
| Type | Description |
|---|---|
| TableDetectionStrategy |
Nurminen
Grid-based detection using ruling lines.
Works well for tables with clear borders.
Declaration
public const TableDetectionStrategy Nurminen
Field Value
| Type | Description |
|---|---|
| TableDetectionStrategy |
Spreadsheet
Content-based detection using text alignment.
Works well for borderless tables.
Declaration
public const TableDetectionStrategy Spreadsheet
Field Value
| Type | Description |
|---|---|
| TableDetectionStrategy |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |