KeywordsAIProcessor

KeywordsAIProcessor 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 KeywordsAIProcessor : IOcrAIPostProcessor

Constructors

NameDescription
KeywordsAIProcessor()The default constructor.

Methods

NameDescription
GetResult()Returns the AI-processed recognition results. The recognition output is returned as a JSON-formatted string with the following structure:
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.
SetKeywords(string[])Sets the keywords used for searching OCR-recognized text.

See Also