Enum AITableDetectionMode

Enum AITableDetectionMode

Namespace: Aspose.OCR.AI
Assembly: Aspose.OCR.dll (25.8.0)

Defines the table detection modes used to improve table layout recognition.

public enum AITableDetectionMode

Fields

AUTO = 1

Automatically detects tables, extracts them from the surrounding text,
applies proper table layout, and returns the fully structured and marked-up table.

NONE = 0

Does not explicitly detect tables but processes the entire image as if it were a single table.
Returns both the recognized text and any detected tables while improving the overall layout.
Tables are detected but not cropped from the image.