VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / OcrCleanupSettings Property
Syntax Requirements SeeAlso
In This Topic
OcrCleanupSettings Property (SearchablePdfGenerator)
In This Topic
Gets or sets the settings, which define how to cleanup the OCR recognize results.
Syntax
'Declaration

<CategoryAttribute("OCR")>
<DescriptionAttribute("The settings, which define how to cleanup the OCR recognize results.")>
Public Property OcrCleanupSettings As Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings

[Category("OCR")]
[Description("The settings, which define how to cleanup the OCR recognize results.")]
public Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings OcrCleanupSettings { get; set; }

Property Value

Default value is OcrCleanupSettings.
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