TableAIProcessor
TableAIProcessor class
AI post-processor that analyzes OCR results and extracts structured tables.
Uses AI-based processing to improve table layout detection and formatting.
The TableAIProcessor type exposes the following members:
Constructors
| Name | Description |
|---|---|
| TableAIProcessor(mode) | Initializes a new instance of the TableAIProcessor class |
Methods
| Name | Description |
|---|---|
| get_result() | Gets the processed OCR results after table detection and structuring. |
| save_txt(filename) | Saves the extracted tables and processed text results into a TXT file. |
| save_xlsx(filename) | Saves the extracted structured tables into an XLSX (Excel) file. |
| save_md(filename) | Saves the extracted structured tables into a Markdown (.md) file. |
See Also
- namespace aspose.ocr.ai
- assembly Aspose.ocr