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.

public class TableAIProcessor : IOcrAIPostProcessor

Constructors

NameDescription
TableAIProcessor(AITableDetectionMode)Initializes a new instance of the TableAIProcessor class with the specified table detection mode. The mode defines how tables are detected, structured, and processed from the recognized text.

Methods

NameDescription
GetResult()Gets the processed OCR results after table detection and structuring.
SaveMd(string)Saves the extracted structured tables into a Markdown (.md) file.
SaveTxt(string)Saves the extracted tables and processed text results into a TXT file.
SaveXlsx(string)Saves the extracted structured tables into an XLSX (Excel) file.

See Also