AITableDetectionMode

AITableDetectionMode enumeration

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

Members

Member nameDescription
NONEDoes 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.
AUTOAutomatically detects tables, extracts them from the surrounding text,
applies proper table layout, and returns the fully structured and marked-up table.

See Also