NaturalLanguageQueryAIProcessor

NaturalLanguageQueryAIProcessor class

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

The NaturalLanguageQueryAIProcessor type exposes the following members:

Constructors

NameDescription
NaturalLanguageQueryAIProcessor()Initializes a new instance of the NaturalLanguageQueryAIProcessor class

Methods

NameDescription
set_query(query)Sets the natural-language query used to process OCR-recognized text.
get_result()Returns the AI-generated responses for processed OCR results.
save_txt(filename)Saves the AI-generated query responses into a TXT file.
save_xlsx(filename)Saves the AI-generated query responses into an XLSX (Excel) file.
save_md(filename)Saves the AI-generated query responses into a Markdown (.md) file.

See Also