SpellCheckAIProcessor

SpellCheckAIProcessor class

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

public class SpellCheckAIProcessor : IOcrAIPostProcessor

Constructors

NameDescription
SpellCheckAIProcessor()The default constructor.

Methods

NameDescription
GetResult()Gets the OCR results after spelling correction has been applied.
SaveTxt(string)Saves the corrected OCR results to a TXT file.

See Also