Link Search Menu Expand Document

OCRCorrection Class

Represents a correction automatically applied to recognized text to fix repeating recognition errors.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorOCRCorrection

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class OCRCorrection

The OCRCorrection type exposes the following members.

Constructors
NameDescription
Public methodOCRCorrection
Constructs OCRCorrection object.
Top
Properties
NameDescription
Public propertyIsRegex
Gets whether the SearchString is regular expression (Regex).
Public propertyRegexOptions
Gets regular expression options.
Public propertyReplacementString
Gets the replacement string.
Public propertySearchString
Gets the search string.
Top
Methods
NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodEquals(OCRCorrection)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference