Class SpellCheckAIProcessor

Class SpellCheckAIProcessor

Namespace: Aspose.OCR.AI
Assembly: Aspose.OCR.dll (25.8.0)

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

public class SpellCheckAIProcessor : IOcrAIPostProcessor

Inheritance

object SpellCheckAIProcessor

Implements

IOcrAIPostProcessor

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

SpellCheckAIProcessor()

public SpellCheckAIProcessor()

Methods

GetResult()

Gets the OCR results after spelling correction has been applied.

public List<airesult> GetResult()

Returns

List < AIResult &gt;

A list of Aspose.OCR.AI.AIResult objects containing the corrected recognition results.

SaveTxt(string)

Saves the corrected OCR results to a TXT file.

public void SaveTxt(string filename)

Parameters

filename string

The full path to the output text file.