KeywordsAIProcessor

KeywordsAIProcessor class

AI post-processor that analyzes OCR results and extracts keywords and values.

public class KeywordsAIProcessor : IOcrAIPostProcessor

Constructors

NameDescription
KeywordsAIProcessor()Initializes a new instance of the KeywordsAIProcessor class. Performs AI-based keyword and numeric value search in OCR-recognized text.

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