AITableDetectionMode
AITableDetectionMode enumeration
Defines the table detection modes used to improve table layout recognition.
Members
| Member name | Description |
|---|---|
| NONE | 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. |
| AUTO | Automatically detects tables, extracts them from the surrounding text, applies proper table layout, and returns the fully structured and marked-up table. |
See Also
- namespace aspose.ocr.ai
- assembly Aspose.OCR