NaturalLanguageQueryAIProcessor

NaturalLanguageQueryAIProcessor class

AI post-processor that answers natural-language queries using OCR recognition results.

public class NaturalLanguageQueryAIProcessor : IOcrAIPostProcessor

Constructors

NameDescription
NaturalLanguageQueryAIProcessor()The default constructor.

Methods

NameDescription
GetResult()Returns the AI-generated responses for processed OCR results.
SaveMd(string)Saves the AI-generated query responses into a Markdown (.md) file.
SaveTxt(string)Saves the AI-generated query responses into a TXT file.
SaveXlsx(string)Saves the AI-generated query responses into an XLSX (Excel) file.
SetQuery(string)Sets the natural-language query used to process OCR-recognized text.

See Also