SpellCheckAIProcessor

SpellCheckAIProcessor class

AI post-processor that uses AsposeAI to apply spelling correction
to OCR recognition results.

The SpellCheckAIProcessor type exposes the following members:

Constructors

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

Methods

NameDescription
get_result()Gets the OCR results after spelling correction has been applied.
save_txt(filename)Saves the corrected OCR results to a TXT file.

See Also