Class TableAIProcessor
Namespace: Aspose.OCR.AI
Assembly: Aspose.OCR.dll (25.8.0)
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
Inheritance
Implements
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
TableAIProcessor()
public TableAIProcessor()
Methods
GetResult()
Gets the processed OCR results after table detection and structuring.
public List<airesult> GetResult()
Returns
A list of Aspose.OCR.AI.AIResult objects containing the extracted and formatted tables.
SaveTxt(string)
Saves the extracted tables and processed text results into a TXT file.
public void SaveTxt(string filename)
Parameters
filename
string
The full path where the TXT file will be saved.
SaveXlsx(string)
Saves the extracted structured tables into an XLSX (Excel) file.
public void SaveXlsx(string filename)
Parameters
filename
string
The full path where the XLSX file will be saved.