VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrDocument Class / Cleanup(OcrCleanupSettings) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Cleanup(OcrCleanupSettings) Method (OcrDocument)
In This Topic
Cleanups the current document.
Syntax
'Declaration

Public Function Cleanup( _
ByVal ocrCleanupSettings
The OCR cleanup settings.
As OcrCleanupSettings _
) As Boolean

Parameters

ocrCleanupSettings
The OCR cleanup settings.

Return Value

True if current document is changed; otherwise, false.
Exceptions
ExceptionDescription
Thrown if ocrCleanupSettings is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also