CorrectResult
CorrectResult(OcrOutput)
Applies AI spell-check correction to the full OCR output.
public void CorrectResult(OcrOutput result)
Parameter | Type | Description |
---|---|---|
result | OcrOutput | Recognition result to process. |
See Also
- class OcrOutput
- class AsposeAI
- namespace Aspose.OCR
- assembly Aspose.OCR
CorrectResult(RecognitionResult)
Applies AI spell-check correction to a single recognition result (e.g., one image or page).
public void CorrectResult(RecognitionResult result)
Parameter | Type | Description |
---|---|---|
result | RecognitionResult | RecognitionResult with corrected text. |
See Also
- class RecognitionResult
- class AsposeAI
- namespace Aspose.OCR
- assembly Aspose.OCR